Class: Google::Apis::TagmanagerV1::ListTriggersResponse

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

Overview

List triggers response.

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) ⇒ ListTriggersResponse

Returns a new instance of ListTriggersResponse



774
775
776
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 774

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

Instance Attribute Details

#triggersArray<Google::Apis::TagmanagerV1::Trigger>

All GTM Triggers of a GTM Container. Corresponds to the JSON property triggers



772
773
774
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 772

def triggers
  @triggers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



779
780
781
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 779

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