Class GetContactRequest (2.0.0)

public sealed class GetContactRequest : IMessage<GetContactRequest>, IEquatable<GetContactRequest>, IDeepCloneable<GetContactRequest>, IBufferMessage, IMessage

Request message for the GetContact method.

Inheritance

Object > GetContactRequest

Namespace

Google.Cloud.EssentialContacts.V1

Assembly

Google.Cloud.EssentialContacts.V1.dll

Constructors

GetContactRequest()

public GetContactRequest()

GetContactRequest(GetContactRequest)

public GetContactRequest(GetContactRequest other)
Parameter
NameDescription
otherGetContactRequest

Properties

ContactName

public ContactName ContactName { get; set; }

ContactName-typed view over the Name resource name property.

Property Value
TypeDescription
ContactName

Name

public string Name { get; set; }

Required. The name of the contact to retrieve. Format: organizations/{organization_id}/contacts/{contact_id}, folders/{folder_id}/contacts/{contact_id} or projects/{project_id}/contacts/{contact_id}

Property Value
TypeDescription
String