google_api_tag_manager v0.1.0 GoogleApi.TagManager.V2.Model.MergeConflict View Source

Represents a merge conflict.

Attributes

  • entityInBaseVersion (Entity): 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. Defaults to: null.
  • entityInWorkspace (Entity): 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. 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() :: %GoogleApi.TagManager.V2.Model.MergeConflict{
  entityInBaseVersion: GoogleApi.TagManager.V2.Model.Entity.t(),
  entityInWorkspace: GoogleApi.TagManager.V2.Model.Entity.t()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.