GoogleApi.TagManager.V2.Model.MergeConflict (google_api_tag_manager v0.24.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.