Class GetContentLabelRequest
Request object for GetContentLabel method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class GetContentLabelRequest : IMessage<GetContentLabelRequest>, IEquatable<GetContentLabelRequest>, IDeepCloneable<GetContentLabelRequest>, IBufferMessage, IMessage
Constructors
GetContentLabelRequest()
Declaration
public GetContentLabelRequest()
GetContentLabelRequest(GetContentLabelRequest)
Declaration
public GetContentLabelRequest(GetContentLabelRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| GetContentLabelRequest | other |
Properties
ContentLabelName
ContentLabelName-typed view over the Name resource name property.
Declaration
public ContentLabelName ContentLabelName { get; set; }
Property Value
| Type | Description |
|---|---|
| ContentLabelName |
Name
Required. The resource name of the ContentLabel.
Format: networks/{network_code}/contentLabels/{content_label_id}
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |