Class GetContactRequest
Request object for GetContact method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class GetContactRequest : IMessage<GetContactRequest>, IEquatable<GetContactRequest>, IDeepCloneable<GetContactRequest>, IBufferMessage, IMessage
Constructors
GetContactRequest()
Declaration
public GetContactRequest()
GetContactRequest(GetContactRequest)
Declaration
public GetContactRequest(GetContactRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| GetContactRequest | other |
Properties
ContactName
ContactName-typed view over the Name resource name property.
Declaration
public ContactName ContactName { get; set; }
Property Value
| Type | Description |
|---|---|
| ContactName |
Name
Required. The resource name of the Contact.
Format: networks/{network_code}/contacts/{contact_id}
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |