google_api_tag_manager v0.4.0 GoogleApi.TagManager.V2.Model.SyncWorkspaceResponse View Source
A response after synchronizing the workspace to the latest container version.
Attributes
- mergeConflict ([MergeConflict]): 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. Defaults to:
null
. - syncStatus (SyncStatus): Indicates whether synchronization caused a merge conflict or sync error. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.TagManager.V2.Model.SyncWorkspaceResponse{
mergeConflict: [GoogleApi.TagManager.V2.Model.MergeConflict.t()],
syncStatus: GoogleApi.TagManager.V2.Model.SyncStatus.t()
}
t() :: %GoogleApi.TagManager.V2.Model.SyncWorkspaceResponse{ mergeConflict: [GoogleApi.TagManager.V2.Model.MergeConflict.t()], syncStatus: GoogleApi.TagManager.V2.Model.SyncStatus.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.