Class: Google::Apis::TagmanagerV2::MergeConflict
- Inherits:
-
Object
- Object
- Google::Apis::TagmanagerV2::MergeConflict
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/tagmanager_v2/classes.rb,
generated/google/apis/tagmanager_v2/representations.rb,
generated/google/apis/tagmanager_v2/representations.rb
Overview
Represents a merge conflict.
Instance Attribute Summary collapse
-
#entity_in_base_version ⇒ Google::Apis::TagmanagerV2::Entity
A workspace entity that may represent a tag, trigger, variable, or folder in addition to its status in the workspace.
-
#entity_in_workspace ⇒ Google::Apis::TagmanagerV2::Entity
A workspace entity that may represent a tag, trigger, variable, or folder in addition to its status in the workspace.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MergeConflict
constructor
A new instance of MergeConflict.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ MergeConflict
Returns a new instance of MergeConflict
1216 1217 1218 |
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1216 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entity_in_base_version ⇒ Google::Apis::TagmanagerV2::Entity
A workspace entity that may represent a tag, trigger, variable, or folder in
addition to its status in the workspace.
Corresponds to the JSON property entityInBaseVersion
1208 1209 1210 |
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1208 def entity_in_base_version @entity_in_base_version end |
#entity_in_workspace ⇒ Google::Apis::TagmanagerV2::Entity
A workspace entity that may represent a tag, trigger, variable, or folder in
addition to its status in the workspace.
Corresponds to the JSON property entityInWorkspace
1214 1215 1216 |
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1214 def entity_in_workspace @entity_in_workspace end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1221 1222 1223 1224 |
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1221 def update!(**args) @entity_in_base_version = args[:entity_in_base_version] if args.key?(:entity_in_base_version) @entity_in_workspace = args[:entity_in_workspace] if args.key?(:entity_in_workspace) end |