Class: Google::Apis::TagmanagerV2::ProposedChange

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/tagmanager_v2/classes.rb,
lib/google/apis/tagmanager_v2/representations.rb,
lib/google/apis/tagmanager_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ProposedChange

Returns a new instance of ProposedChange.



2016
2017
2018
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 2016

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

Instance Attribute Details

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

The list of workspace changes to be applied. Corresponds to the JSON property changes



2014
2015
2016
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 2014

def changes
  @changes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2021
2022
2023
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 2021

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