GoogleApi.TagManager.V2.Model.SyncWorkspaceResponse (google_api_tag_manager v0.24.0)
View SourceA 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
@type t() :: %GoogleApi.TagManager.V2.Model.SyncWorkspaceResponse{ mergeConflict: [GoogleApi.TagManager.V2.Model.MergeConflict.t()] | nil, syncStatus: GoogleApi.TagManager.V2.Model.SyncStatus.t() | nil }