google_api_tag_manager v0.7.0 GoogleApi.TagManager.V2.Model.SyncWorkspaceResponse 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.
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 Sourcet() :: %GoogleApi.TagManager.V2.Model.SyncWorkspaceResponse{
mergeConflict: [GoogleApi.TagManager.V2.Model.MergeConflict.t()],
syncStatus: GoogleApi.TagManager.V2.Model.SyncStatus.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.