GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaAccount (google_api_analytics_admin v0.12.0) View Source
A resource message representing a Google Analytics account.
Attributes
-
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" -
regionCode(type:String.t, default:nil) - Country of business. Must be a Unicode CLDR region code. -
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{
createTime: DateTime.t() | nil,
deleted: boolean() | nil,
displayName: String.t() | nil,
name: String.t() | nil,
regionCode: String.t() | nil,
updateTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.