Class: Google::Apis::DisplayvideoV4::BulkEditAssignedLocationsResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BulkEditAssignedLocationsResponse

Returns a new instance of BulkEditAssignedLocationsResponse.



3401
3402
3403
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 3401

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

Instance Attribute Details

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

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



3399
3400
3401
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 3399

def assigned_locations
  @assigned_locations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3406
3407
3408
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 3406

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