Class: Google::Apis::TagmanagerV2::GetWorkspaceStatusResponse

Inherits:
Object
  • Object
show all
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

The changes that have occurred in the workspace since the base container version.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GetWorkspaceStatusResponse

Returns a new instance of GetWorkspaceStatusResponse.



1118
1119
1120
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1118

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#merge_conflictArray<Google::Apis::TagmanagerV2::MergeConflict>

The merge conflict after sync. Corresponds to the JSON property mergeConflict



1111
1112
1113
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1111

def merge_conflict
  @merge_conflict
end

#workspace_changeArray<Google::Apis::TagmanagerV2::Entity>

Entities that have been changed in the workspace. Corresponds to the JSON property workspaceChange



1116
1117
1118
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1116

def workspace_change
  @workspace_change
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1123
1124
1125
1126
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1123

def update!(**args)
  @merge_conflict = args[:merge_conflict] if args.key?(:merge_conflict)
  @workspace_change = args[:workspace_change] if args.key?(:workspace_change)
end