Show / Hide Table of Contents

Class GetLabelRequest

Request object for GetLabel method.

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

Constructors

GetLabelRequest()

Declaration
public GetLabelRequest()

GetLabelRequest(GetLabelRequest)

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

Properties

LabelName

LabelName-typed view over the Name resource name property.

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

Name

Required. The resource name of the Label. Format: networks/{network_code}/labels/{label_id}

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