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.



824
825
826
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 824

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



822
823
824
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 822

def triggers
  @triggers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



829
830
831
# File 'generated/google/apis/tagmanager_v1/classes.rb', line 829

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