View Source GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaChangeHistoryChange (google_api_analytics_admin v0.21.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.