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§
Source§impl Clone for GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
impl Clone for GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
Source§fn clone(
&self,
) -> GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
fn clone( &self, ) -> GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Default for GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
impl Default for GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
Source§fn default() -> GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
fn default() -> GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
Source§impl<'de> Deserialize<'de> for GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
impl<'de> Deserialize<'de> for GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
Source§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>,
impl Part for GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
Auto Trait Implementations§
impl Freeze for GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
impl RefUnwindSafe for GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
impl Send for GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
impl Sync for GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
impl Unpin for GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
impl UnwindSafe for GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more