class Google::Apis::TagmanagerV1::ListTriggersResponse
List triggers response.
Attributes
triggers[RW]
All GTM Triggers of a GTM Container
. Corresponds to the JSON property `triggers` @return [Array<Google::Apis::TagmanagerV1::Trigger>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/tagmanager_v1/classes.rb, line 798 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/tagmanager_v1/classes.rb, line 803 def update!(**args) @triggers = args[:triggers] if args.key?(:triggers) end