class Google::Apis::DisplayvideoV1::BulkEditAssignedInventorySourcesResponse
Response message for AssignedInventorySourceService.BulkEdit.
Attributes
assigned_inventory_sources[RW]
The list of assigned inventory sources that have been successfully created. This list will be absent if empty. Corresponds to the JSON property `assignedInventorySources` @return [Array<Google::Apis::DisplayvideoV1::AssignedInventorySource>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 1555 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 1560 def update!(**args) @assigned_inventory_sources = args[:assigned_inventory_sources] if args.key?(:assigned_inventory_sources) end