Class AccountLabel
Label assigned by CSS domain or CSS group to one of its sub-accounts.
Implements
Inherited Members
Namespace: Google.Apis.Css.v1.Data
Assembly: Google.Apis.Css.v1.dll
Syntax
public class AccountLabel : IDirectResponseSchema
Properties
AccountId
Output only. 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 |
DisplayName
The display name of this label.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 resource name of the label. Format: accounts/{account}/labels/{label}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |