Show / Hide Table of Contents

Class CreateContactRequest

Request object for CreateContact method.

Inheritance
object
CreateContactRequest
Implements
IMessage<CreateContactRequest>
IEquatable<CreateContactRequest>
IDeepCloneable<CreateContactRequest>
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 CreateContactRequest : IMessage<CreateContactRequest>, IEquatable<CreateContactRequest>, IDeepCloneable<CreateContactRequest>, IBufferMessage, IMessage

Constructors

CreateContactRequest()

Declaration
public CreateContactRequest()

CreateContactRequest(CreateContactRequest)

Declaration
public CreateContactRequest(CreateContactRequest other)
Parameters
Type Name Description
CreateContactRequest other

Properties

Contact

Required. The Contact to create.

Declaration
public Contact Contact { get; set; }
Property Value
Type Description
Contact

Parent

Required. The parent resource where this Contact will be created. Format: networks/{network_code}

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsNetworkName

NetworkName-typed view over the Parent resource name property.

Declaration
public NetworkName ParentAsNetworkName { get; set; }
Property Value
Type Description
NetworkName
In this article
Back to top Generated by DocFX