GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaAccount (google_api_analytics_admin v0.2.0) View Source
A resource message representing a Google Analytics account.
Attributes
-
countryCode(type:String.t, default:nil) - Country of business. Must be a non-deprecated code for a UN M.49 region. https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html -
createTime(type:DateTime.t, default:nil) - Output only. Time when this account was originally created. -
deleted(type:boolean(), default:nil) - Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested. -
displayName(type:String.t, default:nil) - Required. Human-readable display name for this account. -
name(type:String.t, default:nil) - Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100" -
updateTime(type:DateTime.t, default:nil) - Output only. Time when account payload fields were last updated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaAccount{
countryCode: String.t(),
createTime: DateTime.t(),
deleted: boolean(),
displayName: String.t(),
name: String.t(),
updateTime: DateTime.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.