class Google::Apis::DisplayvideoV1::BulkListAdvertiserAssignedTargetingOptionsResponse
Attributes
assigned_targeting_options[RW]
The list of assigned targeting options. This list will be absent if empty. Corresponds to the JSON property `assignedTargetingOptions` @return [Array<Google::Apis::DisplayvideoV1::AssignedTargetingOption>]
next_page_token[RW]
A token identifying the next page of results. This value should be specified as the pageToken in a subsequent BulkListAdvertiserAssignedTargetingOptionsRequest to fetch the next page of results. This token will be absent if there are no more assigned_targeting_options
to return. 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 1878 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 1883 def update!(**args) @assigned_targeting_options = args[:assigned_targeting_options] if args.key?(:assigned_targeting_options) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end