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.



2047
2048
2049
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 2047

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



2045
2046
2047
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 2045

def changes
  @changes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2052
2053
2054
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 2052

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