class Google::Apis::DisplayvideoV3::BulkEditAssignedInventorySourcesResponse

Response message for AssignedInventorySourceService.BulkEdit.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @assigned_inventory_sources = args[:assigned_inventory_sources] if args.key?(:assigned_inventory_sources)
end