class Google::Apis::DisplayvideoV1::ListAssignedInventorySourcesResponse
Response message for AssignedInventorySourceService. ListAssignedInventorySources.
Attributes
assigned_inventory_sources[RW]
The list of assigned inventory sources. This list will be absent if empty. Corresponds to the JSON property `assignedInventorySources` @return [Array<Google::Apis::DisplayvideoV1::AssignedInventorySource>]
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 `ListAssignedInventorySources` 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 6222 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 6227 def update!(**args) @assigned_inventory_sources = args[:assigned_inventory_sources] if args.key?(:assigned_inventory_sources) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end