Show / Hide Table of Contents

Class AccountLabel

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

Inheritance
object
AccountLabel
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.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
long?

Description

The description of this label.

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

ETag

The ETag of the item.

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

LabelId

Output only. The ID of the label.

Declaration
[JsonProperty("labelId")]
public virtual long? LabelId { get; set; }
Property Value
Type Description
long?

LabelType

Output only. The type of this label.

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

Name

The display name of this label.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX