Show / Hide Table of Contents

Class GetContactRequest

Request object for GetContact method.

Inheritance
object
GetContactRequest
Implements
IMessage<GetContactRequest>
IEquatable<GetContactRequest>
IDeepCloneable<GetContactRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX