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



902
903
904
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 902

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



895
896
897
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 895

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



900
901
902
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 900

def workspace_change
  @workspace_change
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



907
908
909
910
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 907

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