class Google::Apis::DisplayvideoV1::BulkEditAssignedLocationsResponse
Response message for AssignedLocationService.BulkEditAssignedLocations.
Attributes
assigned_locations[RW]
The list of assigned locations that have been successfully created. This list will be absent if empty. Corresponds to the JSON property `assignedLocations` @return [Array<Google::Apis::DisplayvideoV1::AssignedLocation>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 1602 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 1607 def update!(**args) @assigned_locations = args[:assigned_locations] if args.key?(:assigned_locations) end