Class: Google::Apis::DisplayvideoV1::ListManualTriggersResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListManualTriggersResponse

Returns a new instance of ListManualTriggersResponse.



6010
6011
6012
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 6010

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

Instance Attribute Details

#manual_triggersArray<Google::Apis::DisplayvideoV1::ManualTrigger>

The list of manual triggers. This list will be absent if empty. Corresponds to the JSON property manualTriggers



6001
6002
6003
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 6001

def manual_triggers
  @manual_triggers
end

#next_page_tokenString

A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to ListManualTriggers method to retrieve the next page of results. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


6008
6009
6010
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 6008

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6015
6016
6017
6018
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 6015

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