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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v1/classes.rb,
lib/google/apis/displayvideo_v1/representations.rb,
lib/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.



1506
1507
1508
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 1506

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



1504
1505
1506
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 1504

def assigned_locations
  @assigned_locations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1511
1512
1513
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 1511

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