Show / Hide Table of Contents

Class AccountLabel

Label assigned by CSS domain or CSS group to one of its sub-accounts.

Inheritance
System.Object
AccountLabel
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AccountLabel : IDirectResponseSchema

Properties

AccountId

Immutable. The ID of account this label belongs to.

Declaration
[JsonProperty("accountId")]
public virtual long? AccountId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Description

The description of this label.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

LabelId

Output only. The ID of the label.

Declaration
[JsonProperty("labelId")]
public virtual long? LabelId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

LabelType

Output only. The type of this label.

Declaration
[JsonProperty("labelType")]
public virtual string LabelType { get; set; }
Property Value
Type Description
System.String

Name

The display name of this label.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top