Struct google_analyticsadmin1_alpha::api::GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource [−][src]
pub struct GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource {
pub account: Option<GoogleAnalyticsAdminV1alphaAccount>,
pub android_app_data_stream: Option<GoogleAnalyticsAdminV1alphaAndroidAppDataStream>,
pub firebase_link: Option<GoogleAnalyticsAdminV1alphaFirebaseLink>,
pub google_ads_link: Option<GoogleAnalyticsAdminV1alphaGoogleAdsLink>,
pub ios_app_data_stream: Option<GoogleAnalyticsAdminV1alphaIosAppDataStream>,
pub property: Option<GoogleAnalyticsAdminV1alphaProperty>,
pub web_data_stream: Option<GoogleAnalyticsAdminV1alphaWebDataStream>,
}Expand description
A snapshot of a resource as before or after the result of a change in change history.
This type is not used in any activity, and only used as part of another schema.
Fields
account: Option<GoogleAnalyticsAdminV1alphaAccount>A snapshot of an Account resource in change history.
android_app_data_stream: Option<GoogleAnalyticsAdminV1alphaAndroidAppDataStream>A snapshot of an AndroidAppDataStream resource in change history.
firebase_link: Option<GoogleAnalyticsAdminV1alphaFirebaseLink>A snapshot of a FirebaseLink resource in change history.
google_ads_link: Option<GoogleAnalyticsAdminV1alphaGoogleAdsLink>A snapshot of a GoogleAdsLink resource in change history.
ios_app_data_stream: Option<GoogleAnalyticsAdminV1alphaIosAppDataStream>A snapshot of an IosAppDataStream resource in change history.
property: Option<GoogleAnalyticsAdminV1alphaProperty>A snapshot of a Property resource in change history.
web_data_stream: Option<GoogleAnalyticsAdminV1alphaWebDataStream>A snapshot of a WebDataStream resource in change history.
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