Class: Google::Apis::DisplayvideoV3::BulkEditAssignedTargetingOptionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::BulkEditAssignedTargetingOptionsResponse
- 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
-
#errors ⇒ Array<Google::Apis::DisplayvideoV3::Status>
The error information for each line item that failed to update.
-
#failed_line_item_ids ⇒ Array<Fixnum>
Output only.
-
#updated_line_item_ids ⇒ Array<Fixnum>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BulkEditAssignedTargetingOptionsResponse
constructor
A new instance of BulkEditAssignedTargetingOptionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BulkEditAssignedTargetingOptionsResponse
Returns a new instance of BulkEditAssignedTargetingOptionsResponse.
2493 2494 2495 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2493 def initialize(**args) update!(**args) end |
Instance Attribute Details
#errors ⇒ Array<Google::Apis::DisplayvideoV3::Status>
The error information for each line item that failed to update.
Corresponds to the JSON property errors
2481 2482 2483 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2481 def errors @errors end |
#failed_line_item_ids ⇒ Array<Fixnum>
Output only. The IDs of the line items which failed.
Corresponds to the JSON property failedLineItemIds
2486 2487 2488 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2486 def failed_line_item_ids @failed_line_item_ids end |
#updated_line_item_ids ⇒ Array<Fixnum>
Output only. The IDs of the line items which successfully updated.
Corresponds to the JSON property updatedLineItemIds
2491 2492 2493 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2491 def updated_line_item_ids @updated_line_item_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2498 2499 2500 2501 2502 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2498 def update!(**args) @errors = args[:errors] if args.key?(:errors) @failed_line_item_ids = args[:failed_line_item_ids] if args.key?(:failed_line_item_ids) @updated_line_item_ids = args[:updated_line_item_ids] if args.key?(:updated_line_item_ids) end |