class Google::Apis::DisplayvideoV1::SearchTargetingOptionsResponse
Response message for SearchTargetingOptions.
Attributes
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 `SearchTargetingOptions` method to retrieve the next page of results. Corresponds to the JSON property `nextPageToken` @return [String]
targeting_options[RW]
The list of targeting options that match the search criteria. This list will be absent if empty. Corresponds to the JSON property `targetingOptions` @return [Array<Google::Apis::DisplayvideoV1::TargetingOption>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 8742 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 8747 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @targeting_options = args[:targeting_options] if args.key?(:targeting_options) end