Class: Google::Apis::TagmanagerV1::ListTriggersResponse
- Inherits:
-
Object
- Object
- Google::Apis::TagmanagerV1::ListTriggersResponse
- 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
-
#triggers ⇒ Array<Google::Apis::TagmanagerV1::Trigger>
All GTM Triggers of a GTM Container.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListTriggersResponse
constructor
A new instance of ListTriggersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
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
#triggers ⇒ Array<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 |