pub struct GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource {
Show 13 fields pub account: Option<GoogleAnalyticsAdminV1alphaAccount>, pub conversion_event: Option<GoogleAnalyticsAdminV1alphaConversionEvent>, pub custom_dimension: Option<GoogleAnalyticsAdminV1alphaCustomDimension>, pub custom_metric: Option<GoogleAnalyticsAdminV1alphaCustomMetric>, pub data_retention_settings: Option<GoogleAnalyticsAdminV1alphaDataRetentionSettings>, pub data_stream: Option<GoogleAnalyticsAdminV1alphaDataStream>, pub display_video360_advertiser_link: Option<GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink>, pub display_video360_advertiser_link_proposal: Option<GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal>, pub firebase_link: Option<GoogleAnalyticsAdminV1alphaFirebaseLink>, pub google_ads_link: Option<GoogleAnalyticsAdminV1alphaGoogleAdsLink>, pub google_signals_settings: Option<GoogleAnalyticsAdminV1alphaGoogleSignalsSettings>, pub measurement_protocol_secret: Option<GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret>, pub property: Option<GoogleAnalyticsAdminV1alphaProperty>,
}
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.

conversion_event: Option<GoogleAnalyticsAdminV1alphaConversionEvent>

A snapshot of a ConversionEvent resource in change history.

custom_dimension: Option<GoogleAnalyticsAdminV1alphaCustomDimension>

A snapshot of a CustomDimension resource in change history.

custom_metric: Option<GoogleAnalyticsAdminV1alphaCustomMetric>

A snapshot of a CustomMetric resource in change history.

data_retention_settings: Option<GoogleAnalyticsAdminV1alphaDataRetentionSettings>

A snapshot of a data retention settings resource in change history.

data_stream: Option<GoogleAnalyticsAdminV1alphaDataStream>

A snapshot of a DataStream resource in change history.

display_video360_advertiser_link: Option<GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink>

A snapshot of a DisplayVideo360AdvertiserLink resource in change history.

display_video360_advertiser_link_proposal: Option<GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal>

A snapshot of a DisplayVideo360AdvertiserLinkProposal 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.

google_signals_settings: Option<GoogleAnalyticsAdminV1alphaGoogleSignalsSettings>

A snapshot of a GoogleSignalsSettings resource in change history.

measurement_protocol_secret: Option<GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret>

A snapshot of a MeasurementProtocolSecret resource in change history.

property: Option<GoogleAnalyticsAdminV1alphaProperty>

A snapshot of a Property resource in change history.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more