View Source GoogleApi.DisplayVideo.V3.Model.BulkUpdateLineItemsResponse (google_api_display_video v0.34.0)
Response message for LineItemService.BulkUpdateLineItems.
Attributes
-
errors
(type:list(GoogleApi.DisplayVideo.V3.Model.Status.t)
, default:nil
) - Errors returned by line items that failed to update. -
failedLineItemIds
(type:list(String.t)
, default:nil
) - The IDs of line items that failed to update. -
skippedLineItemIds
(type:list(String.t)
, default:nil
) - The IDs of line items that are skipped for updates. For example, unnecessary mutates that will result in effectively no changes to line items will be skipped and corresponding line item IDs can be tracked here. -
updatedLineItemIds
(type:list(String.t)
, default:nil
) - The IDs of successfully updated line items.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.BulkUpdateLineItemsResponse{ errors: [GoogleApi.DisplayVideo.V3.Model.Status.t()] | nil, failedLineItemIds: [String.t()] | nil, skippedLineItemIds: [String.t()] | nil, updatedLineItemIds: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.