Class AccountLabel
Label assigned by CSS domain or CSS group to one of its sub-accounts.
Implements
Namespace: Google.Shopping.Css.V1
Assembly: Google.Shopping.Css.V1.dll
Syntax
public sealed class AccountLabel : IMessage<AccountLabel>, IEquatable<AccountLabel>, IDeepCloneable<AccountLabel>, IBufferMessage, IMessage
Constructors
AccountLabel()
Declaration
public AccountLabel()
AccountLabel(AccountLabel)
Declaration
public AccountLabel(AccountLabel other)
Parameters
Type | Name | Description |
---|---|---|
AccountLabel | other |
Properties
AccountId
Output only. The ID of account this label belongs to.
Declaration
public long AccountId { get; set; }
Property Value
Type | Description |
---|---|
long |
AccountLabelName
AccountLabelName-typed view over the Name resource name property.
Declaration
public AccountLabelName AccountLabelName { get; set; }
Property Value
Type | Description |
---|---|
AccountLabelName |
Description
The description of this label.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
The display name of this label.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
HasDescription
Gets whether the "description" field is set
Declaration
public bool HasDescription { get; }
Property Value
Type | Description |
---|---|
bool |
HasDisplayName
Gets whether the "display_name" field is set
Declaration
public bool HasDisplayName { get; }
Property Value
Type | Description |
---|---|
bool |
LabelId
Output only. The ID of the label.
Declaration
public long LabelId { get; set; }
Property Value
Type | Description |
---|---|
long |
LabelType
Output only. The type of this label.
Declaration
public AccountLabel.Types.LabelType LabelType { get; set; }
Property Value
Type | Description |
---|---|
AccountLabel.Types.LabelType |
Name
The resource name of the label. Format: accounts/{account}/labels/{label}
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |