Class: Google::Apis::DisplayvideoV1::ListAssignedInventorySourcesResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_sourcesArray<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_tokenString

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

Returns:

  • (String)


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