Class: Google::Apis::DisplayvideoV3::BulkEditAssignedInventorySourcesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb

Overview

Response message for AssignedInventorySourceService.BulkEdit.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BulkEditAssignedInventorySourcesResponse

Returns a new instance of BulkEditAssignedInventorySourcesResponse.



2232
2233
2234
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2232

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#assigned_inventory_sourcesArray<Google::Apis::DisplayvideoV3::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



2230
2231
2232
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2230

def assigned_inventory_sources
  @assigned_inventory_sources
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2237
2238
2239
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2237

def update!(**args)
  @assigned_inventory_sources = args[:assigned_inventory_sources] if args.key?(:assigned_inventory_sources)
end