Struct google_analyticsadmin1_alpha::api::GoogleAnalyticsAdminV1alphaAccountSummary [−][src]
pub struct GoogleAnalyticsAdminV1alphaAccountSummary {
pub account: Option<String>,
pub display_name: Option<String>,
pub name: Option<String>,
pub property_summaries: Option<Vec<GoogleAnalyticsAdminV1alphaPropertySummary>>,
}Expand description
A virtual resource representing an overview of an account and all its child GA4 properties.
This type is not used in any activity, and only used as part of another schema.
Fields
account: Option<String>Resource name of account referred to by this account summary Format: accounts/{account_id} Example: “accounts/1000”
display_name: Option<String>Display name for the account referred to in this account summary.
name: Option<String>Resource name for this account summary. Format: accountSummaries/{account_id} Example: “accountSummaries/1000”
property_summaries: Option<Vec<GoogleAnalyticsAdminV1alphaPropertySummary>>List of summaries for child accounts of this account.
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
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more