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

Constructor Details

#initialize(**args) ⇒ GetWorkspaceStatusResponse

Returns a new instance of GetWorkspaceStatusResponse.



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

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



1109
1110
1111
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1109

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



1114
1115
1116
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1114

def workspace_change
  @workspace_change
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1121
1122
1123
1124
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1121

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