Class GetLabelRequest
Request object for GetLabel method.
Inheritance
GetLabelRequest
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class GetLabelRequest : IMessage<GetLabelRequest>, IEquatable<GetLabelRequest>, IDeepCloneable<GetLabelRequest>, IBufferMessage, IMessage
Constructors
GetLabelRequest()
Declaration
GetLabelRequest(GetLabelRequest)
Declaration
public GetLabelRequest(GetLabelRequest other)
Parameters
Properties
LabelName
Declaration
public LabelName LabelName { get; set; }
Property Value
Name
Required. The resource name of the Label.
Format: networks/{network_code}/labels/{label_id}
Declaration
public string Name { get; set; }
Property Value