Struct gapi_grpc::google::analytics::admin::v1alpha::AccountSummary[][src]

pub struct AccountSummary {
    pub name: String,
    pub account: String,
    pub display_name: String,
    pub property_summaries: Vec<PropertySummary>,
}

A virtual resource representing an overview of an account and all its child GA4 properties.

Fields

name: String

Resource name for this account summary. Format: accountSummaries/{account_id} Example: “accountSummaries/1000”

account: String

Resource name of account referred to by this account summary Format: accounts/{account_id} Example: “accounts/1000”

display_name: String

Display name for the account referred to in this account summary.

property_summaries: Vec<PropertySummary>

List of summaries for child accounts of this account.

Trait Implementations

impl Clone for AccountSummary[src]

impl Debug for AccountSummary[src]

impl Default for AccountSummary[src]

impl Message for AccountSummary[src]

impl PartialEq<AccountSummary> for AccountSummary[src]

impl StructuralPartialEq for AccountSummary[src]

Auto Trait Implementations

impl RefUnwindSafe for AccountSummary

impl Send for AccountSummary

impl Sync for AccountSummary

impl Unpin for AccountSummary

impl UnwindSafe for AccountSummary

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]