Struct google_analyticsadmin1_alpha::api::GoogleAnalyticsAdminV1alphaAccount [−][src]
pub struct GoogleAnalyticsAdminV1alphaAccount {
pub create_time: Option<String>,
pub deleted: Option<bool>,
pub display_name: Option<String>,
pub name: Option<String>,
pub region_code: Option<String>,
pub update_time: Option<String>,
}Expand description
A resource message representing a Google Analytics account.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- get accounts (response)
- patch accounts (request|response)
Fields
create_time: Option<String>Output only. Time when this account was originally created.
deleted: Option<bool>Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.
display_name: Option<String>Required. Human-readable display name for this account.
name: Option<String>Output only. Resource name of this account. Format: accounts/{account} Example: “accounts/100”
region_code: Option<String>Country of business. Must be a Unicode CLDR region code.
update_time: Option<String>Output only. Time when account payload fields were last updated.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl Send for GoogleAnalyticsAdminV1alphaAccount
impl Sync for GoogleAnalyticsAdminV1alphaAccount
impl Unpin for GoogleAnalyticsAdminV1alphaAccount
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more