Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ResourcesLabel

A label.

Inheritance
object
GoogleAdsSearchads360V0ResourcesLabel
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX