View Source ReqGA.Account (ReqGA v0.1.2)
A struct containing representing a Google Analytics account.
Has the following keys:
- account: name of the account in the format "accounts/{account_id}", e.g. "accounts/1000"
- display_name: human readable name (string) of the account
- resource_name: the resource name. For example if populated from an account summmary, it will be in the format "accountSummaries/{account_id}", e.g.: "accountSummaries/1000"
- create_time: time when this account was originally created
- update_time: time when account payload fields were last updated
- region_code: country of business, a unicode CLDR region code
- deleted: whether this Account is soft-deleted (true) or not (false). Deleted accounts are excluded from List results unless specifically requested.
- property_summaries: a list of property summaries if populated by call to
:account_summaries
, otherwise an empty lust.
Implements the Table.Reader
reader protocol.