GoogleApi.TagManager.V2.Model.MergeConflict (google_api_tag_manager v0.15.0) View Source

Represents a merge conflict.

Attributes

  • entityInBaseVersion (type: GoogleApi.TagManager.V2.Model.Entity.t, default: nil) - The base version entity (since the latest sync operation) that has conflicting changes compared to the workspace. If this field is missing, it means the workspace entity is deleted from the base version.
  • entityInWorkspace (type: GoogleApi.TagManager.V2.Model.Entity.t, default: nil) - The workspace entity that has conflicting changes compared to the base version. If an entity is deleted in a workspace, it will still appear with a deleted change status.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.TagManager.V2.Model.MergeConflict{
  entityInBaseVersion: GoogleApi.TagManager.V2.Model.Entity.t(),
  entityInWorkspace: GoogleApi.TagManager.V2.Model.Entity.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.