Show / Hide Table of Contents

Class CreateLabelRequest

Request object for CreateLabel method.

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

Constructors

CreateLabelRequest()

Declaration
public CreateLabelRequest()

CreateLabelRequest(CreateLabelRequest)

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

Properties

Label

Required. The Label to create.

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

Parent

Required. The parent resource where this Label 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