GoogleApi.TagManager.V2.Model.SyncWorkspaceResponse (google_api_tag_manager v0.24.0)

View Source

A response after synchronizing the workspace to the latest container version.

Attributes

  • mergeConflict (type: list(GoogleApi.TagManager.V2.Model.MergeConflict.t), default: nil) - The merge conflict after sync. If this field is not empty, the sync is still treated as successful. But a version cannot be created until all conflicts are resolved.
  • syncStatus (type: GoogleApi.TagManager.V2.Model.SyncStatus.t, default: nil) - Indicates whether synchronization caused a merge conflict or sync error.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.TagManager.V2.Model.SyncWorkspaceResponse{
  mergeConflict: [GoogleApi.TagManager.V2.Model.MergeConflict.t()] | nil,
  syncStatus: GoogleApi.TagManager.V2.Model.SyncStatus.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.