Class: Google::Apis::DisplayvideoV3::BulkEditAssignedLocationsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::BulkEditAssignedLocationsResponse
- 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
-
#assigned_locations ⇒ Array<Google::Apis::DisplayvideoV3::AssignedLocation>
The list of assigned locations that have been successfully created.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BulkEditAssignedLocationsResponse
constructor
A new instance of BulkEditAssignedLocationsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BulkEditAssignedLocationsResponse
Returns a new instance of BulkEditAssignedLocationsResponse.
2381 2382 2383 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2381 def initialize(**args) update!(**args) end |
Instance Attribute Details
#assigned_locations ⇒ Array<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
2379 2380 2381 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2379 def assigned_locations @assigned_locations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2386 2387 2388 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2386 def update!(**args) @assigned_locations = args[:assigned_locations] if args.key?(:assigned_locations) end |