class Google::Apis::DisplayvideoV1::ListAdvertisersResponse
Attributes
advertisers[RW]
The list of advertisers. This list will be absent if empty. Corresponds to the JSON property `advertisers` @return [Array<Google::Apis::DisplayvideoV1::Advertiser>]
next_page_token[RW]
A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to `ListAdvertisers` method to retrieve the next page of results. Corresponds to the JSON property `nextPageToken` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 6194 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/displayvideo_v1/classes.rb, line 6199 def update!(**args) @advertisers = args[:advertisers] if args.key?(:advertisers) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end