class Google::Apis::DisplayvideoV1::ListCustomBiddingAlgorithmsResponse

Attributes

custom_bidding_algorithms[RW]

The list of custom bidding algorithms. This list will be absent if empty. Corresponds to the JSON property `customBiddingAlgorithms` @return [Array<Google::Apis::DisplayvideoV1::CustomBiddingAlgorithm>]

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 `ListCustomBiddingAlgorithmsRequest` method to retrieve the next page of results. If this field is null, it means this is the last page. 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 6414
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 6419
def update!(**args)
  @custom_bidding_algorithms = args[:custom_bidding_algorithms] if args.key?(:custom_bidding_algorithms)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end