Class: Google::Apis::DisplayvideoV1::BulkEditAssignedLocationsResponse

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

Overview

Response message for AssignedLocationService.BulkEditAssignedLocations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BulkEditAssignedLocationsResponse

Returns a new instance of BulkEditAssignedLocationsResponse.



1498
1499
1500
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 1498

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

Instance Attribute Details

#assigned_locationsArray<Google::Apis::DisplayvideoV1::AssignedLocation>

The list of assigned locations that have been successfully created. This list will be absent if empty. Corresponds to the JSON property assignedLocations



1496
1497
1498
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 1496

def assigned_locations
  @assigned_locations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1503
1504
1505
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 1503

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