Class GoogleAdsSearchads360V0ResourcesLabel
A label.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesLabel : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Output only. ID of the label. Read only.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
Name
The name of the label. This field is required and should not be empty when creating a new label. The length of this string should be between 1 and 80, inclusive.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceName
Immutable. Name of the resource. Label resource names have the form:
customers/{customer_id}/labels/{label_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Output only. Status of the label. Read only.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
TextLabel
A type of label displaying text on a colored background.
Declaration
[JsonProperty("textLabel")]
public virtual GoogleAdsSearchads360V0CommonTextLabel TextLabel { get; set; }
Property Value
Type | Description |
---|---|
GoogleAdsSearchads360V0CommonTextLabel |