View Source GoogleApi.TagManager.V2.Model.RevertTransformationResponse (google_api_tag_manager v0.21.0)

The result of reverting a transformation in a workspace.

Attributes

  • transformation (type: GoogleApi.TagManager.V2.Model.Transformation.t, default: nil) - Transformation as it appears in the latest container version since the last workspace synchronization operation. If no transformation is present, that means the transformation was deleted in the latest container version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TagManager.V2.Model.RevertTransformationResponse{
  transformation: GoogleApi.TagManager.V2.Model.Transformation.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.