GoogleAnalyticsAdminV1alphaAccountSummary class

A virtual resource representing an overview of an account and all its child GA4 properties.

Properties

account String?
Resource name of account referred to by this account summary Format: accounts/{account_id} Example: "accounts/1000"
getter/setter pair
displayName String?
Display name for the account referred to in this account summary.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Resource name for this account summary.
getter/setter pair
propertySummaries List<GoogleAnalyticsAdminV1alphaPropertySummary>?
List of summaries for child accounts of this account.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited