google_api_analytics v0.4.0 GoogleApi.Analytics.V3.Model.Account View Source
JSON template for Analytics account entry.
Attributes
childLink
(type:GoogleApi.Analytics.V3.Model.AccountChildLink.t
, default:nil
) - Child link for an account entry. Points to the list of web properties for this account.created
(type:DateTime.t
, default:nil
) - Time the account was created.id
(type:String.t
, default:nil
) - Account ID.kind
(type:String.t
, default:analytics#account
) - Resource type for Analytics account.name
(type:String.t
, default:nil
) - Account name.permissions
(type:GoogleApi.Analytics.V3.Model.AccountPermissions.t
, default:nil
) - Permissions the user has for this account.selfLink
(type:String.t
, default:nil
) - Link for this account.starred
(type:boolean()
, default:nil
) - Indicates whether this account is starred or not.updated
(type:DateTime.t
, default:nil
) - Time the account was last modified.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Analytics.V3.Model.Account{ childLink: GoogleApi.Analytics.V3.Model.AccountChildLink.t(), created: DateTime.t(), id: String.t(), kind: String.t(), name: String.t(), permissions: GoogleApi.Analytics.V3.Model.AccountPermissions.t(), selfLink: String.t(), starred: boolean(), updated: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.