Show / Hide Table of Contents

Class Account

A resource message representing a Google Analytics account.

Inheritance
object
Account
Implements
IMessage<Account>
IEquatable<Account>
IDeepCloneable<Account>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Beta
Assembly: Google.Analytics.Admin.V1Beta.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

CreateTime

Output only. Time when this account was originally created.

Declaration
public Timestamp CreateTime { get; set; }
Property Value
Type Description
Timestamp

Deleted

Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.

Declaration
public bool Deleted { get; set; }
Property Value
Type Description
bool

DisplayName

Required. Human-readable display name for this account.

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

GmpOrganization

Output only. The URI for a Google Marketing Platform organization resource. Only set when this account is connected to a GMP organization. Format: marketingplatformadmin.googleapis.com/organizations/{org_id}

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

GmpOrganizationAsOrganizationName

OrganizationName-typed view over the GmpOrganization resource name property.

Declaration
public OrganizationName GmpOrganizationAsOrganizationName { get; set; }
Property Value
Type Description
OrganizationName

Name

Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"

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

RegionCode

Country of business. Must be a Unicode CLDR region code.

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

UpdateTime

Output only. Time when account payload fields were last updated.

Declaration
public Timestamp UpdateTime { get; set; }
Property Value
Type Description
Timestamp
In this article
Back to top Generated by DocFX
OSZAR »