class Google::Apis::DisplayvideoV1::BulkEditAssignedLocationsRequest
Request message for AssignedLocationService.BulkEditAssignedLocations.
Attributes
created_assigned_locations[RW]
The assigned locations to create in bulk, specified as a list of AssignedLocations. Corresponds to the JSON property `createdAssignedLocations` @return [Array<Google::Apis::DisplayvideoV1::AssignedLocation>]
deleted_assigned_locations[RW]
The IDs of the assigned locations to delete in bulk, specified as a list of assigned_location_ids. Corresponds to the JSON property `deletedAssignedLocations` @return [Array<Fixnum>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 1581 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 1586 def update!(**args) @created_assigned_locations = args[:created_assigned_locations] if args.key?(:created_assigned_locations) @deleted_assigned_locations = args[:deleted_assigned_locations] if args.key?(:deleted_assigned_locations) end