Class: Google::Apis::DisplayvideoV3::BulkEditAssignedLocationsResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BulkEditAssignedLocationsResponse

Returns a new instance of BulkEditAssignedLocationsResponse.



2279
2280
2281
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2279

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

Instance Attribute Details

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

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



2277
2278
2279
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2277

def assigned_locations
  @assigned_locations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2284
2285
2286
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2284

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