Class Account
Information about CSS/MC account.
Implements
Inherited Members
Namespace: Google.Apis.Css.v1.Data
Assembly: Google.Apis.Css.v1.dll
Syntax
public class Account : IDirectResponseSchema
Properties
AccountType
Output only. The type of this account.
Declaration
[JsonProperty("accountType")]
public virtual string AccountType { get; set; }
Property Value
Type | Description |
---|---|
string |
AutomaticLabelIds
Automatically created label IDs assigned to the MC account by CSS Center.
Declaration
[JsonProperty("automaticLabelIds")]
public virtual IList<long?> AutomaticLabelIds { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
DisplayName
The CSS/MC account's short display name.
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 |
FullName
Output only. Immutable. The CSS/MC account's full name.
Declaration
[JsonProperty("fullName")]
public virtual string FullName { get; set; }
Property Value
Type | Description |
---|---|
string |
HomepageUri
Output only. Immutable. The CSS/MC account's homepage.
Declaration
[JsonProperty("homepageUri")]
public virtual 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
[JsonProperty("labelIds")]
public virtual IList<long?> LabelIds { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
Name
The label resource name. Format: accounts/{account}
Declaration
[JsonProperty("name")]
public virtual 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.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |