GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaChangeHistoryChange (google_api_analytics_admin v0.12.0) View Source
A description of a change to a single Google Analytics resource.
Attributes
-
action(type:String.t, default:nil) - The type of action that changed this resource. -
resource(type:String.t, default:nil) - Resource name of the resource whose changes are described by this entry. -
resourceAfterChange(type:GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.t, default:nil) - Resource contents from after the change was made. If this resource was deleted in this change, this field will be missing. -
resourceBeforeChange(type:GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.t, default:nil) - Resource contents from before the change was made. If this resource was created in this change, this field will be missing.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaChangeHistoryChange{
action: String.t() | nil,
resource: String.t() | nil,
resourceAfterChange:
GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.t()
| nil,
resourceBeforeChange:
GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.