Show / Hide Table of Contents

Class Account

Information about CSS/MC account.

Inheritance
object
Account
Implements
IMessage<Account>
IEquatable<Account>
IDeepCloneable<Account>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Css.V1
Assembly: Google.Shopping.Css.V1.dll
Syntax
public sealed class Account : IMessage<Account>, IEquatable<Account>, IDeepCloneable<Account>, IBufferMessage, IMessage

Constructors

Account()

Declaration
public Account()

Account(Account)

Declaration
public Account(Account other)
Parameters
Type Name Description
Account other

Properties

AccountName

AccountName-typed view over the Name resource name property.

Declaration
public AccountName AccountName { get; set; }
Property Value
Type Description
AccountName

AccountType

Output only. The type of this account.

Declaration
public Account.Types.AccountType AccountType { get; set; }
Property Value
Type Description
Account.Types.AccountType

AutomaticLabelIds

Automatically created label IDs assigned to the MC account by CSS Center.

Declaration
public RepeatedField<long> AutomaticLabelIds { get; }
Property Value
Type Description
RepeatedField<long>

DisplayName

The CSS/MC account's short display name.

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

FullName

Output only. Immutable. The CSS/MC account's full name.

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

HasDisplayName

Gets whether the "display_name" field is set

Declaration
public bool HasDisplayName { get; }
Property Value
Type Description
bool

HasHomepageUri

Gets whether the "homepage_uri" field is set

Declaration
public bool HasHomepageUri { get; }
Property Value
Type Description
bool

HasParent

Gets whether the "parent" field is set

Declaration
public bool HasParent { get; }
Property Value
Type Description
bool

HomepageUri

Output only. Immutable. The CSS/MC account's homepage.

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

LabelIds

Manually created label IDs assigned to the CSS/MC account by a CSS parent account.

Declaration
public RepeatedField<long> LabelIds { get; }
Property Value
Type Description
RepeatedField<long>

Name

The label resource name. Format: accounts/{account}

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

Parent

The CSS/MC account's parent resource. CSS group for CSS domains; CSS domain for MC accounts. Returned only if the user has access to the parent account. Note: For MC sub-accounts, this is also the CSS domain that is the parent resource of the MCA account, since we are effectively flattening the hierarchy."

Declaration
public string Parent { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX