Class: Google::Apis::DisplayvideoV2::BulkEditAssignedInventorySourcesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV2::BulkEditAssignedInventorySourcesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v2/classes.rb,
lib/google/apis/displayvideo_v2/representations.rb,
lib/google/apis/displayvideo_v2/representations.rb
Overview
Response message for AssignedInventorySourceService.BulkEdit.
Instance Attribute Summary collapse
-
#assigned_inventory_sources ⇒ Array<Google::Apis::DisplayvideoV2::AssignedInventorySource>
The list of assigned inventory sources that have been successfully created.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BulkEditAssignedInventorySourcesResponse
constructor
A new instance of BulkEditAssignedInventorySourcesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BulkEditAssignedInventorySourcesResponse
Returns a new instance of BulkEditAssignedInventorySourcesResponse.
1778 1779 1780 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 1778 def initialize(**args) update!(**args) end |
Instance Attribute Details
#assigned_inventory_sources ⇒ Array<Google::Apis::DisplayvideoV2::AssignedInventorySource>
The list of assigned inventory sources that have been successfully created.
This list will be absent if empty.
Corresponds to the JSON property assignedInventorySources
1776 1777 1778 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 1776 def assigned_inventory_sources @assigned_inventory_sources end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1783 1784 1785 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 1783 def update!(**args) @assigned_inventory_sources = args[:assigned_inventory_sources] if args.key?(:assigned_inventory_sources) end |