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§

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

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

fn in_current_span(self) -> Instrumented<Self>

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

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

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

fn clone_into(&self, target: &mut T)

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

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

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

fn with_current_subscriber(self) -> WithDispatch<Self>

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

impl<T> DeserializeOwned for Twhere T: for<'de> Deserialize<'de>,