Class: Google::Apis::DisplayvideoV1::ListAssignedInventorySourcesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV1::ListAssignedInventorySourcesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/displayvideo_v1/classes.rb,
generated/google/apis/displayvideo_v1/representations.rb,
generated/google/apis/displayvideo_v1/representations.rb
Overview
Response message for AssignedInventorySourceService. ListAssignedInventorySources.
Instance Attribute Summary collapse
-
#assigned_inventory_sources ⇒ Array<Google::Apis::DisplayvideoV1::AssignedInventorySource>
The list of assigned inventory sources.
-
#next_page_token ⇒ String
A token to retrieve the next page of results.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListAssignedInventorySourcesResponse
constructor
A new instance of ListAssignedInventorySourcesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListAssignedInventorySourcesResponse
Returns a new instance of ListAssignedInventorySourcesResponse.
5574 5575 5576 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 5574 def initialize(**args) update!(**args) end |
Instance Attribute Details
#assigned_inventory_sources ⇒ Array<Google::Apis::DisplayvideoV1::AssignedInventorySource>
The list of assigned inventory sources. This list will be absent if empty.
Corresponds to the JSON property assignedInventorySources
5565 5566 5567 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 5565 def assigned_inventory_sources @assigned_inventory_sources end |
#next_page_token ⇒ String
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
5572 5573 5574 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 5572 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5579 5580 5581 5582 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 5579 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 |