View Source GoogleApi.DisplayVideo.V3.Model.BulkEditAssignedTargetingOptionsResponse (google_api_display_video v0.37.1)
Attributes
-
errors
(type:list(GoogleApi.DisplayVideo.V3.Model.Status.t)
, default:nil
) - The error information for each line item that failed to update. -
failedLineItemIds
(type:list(String.t)
, default:nil
) - Output only. The IDs of the line items which failed. -
updatedLineItemIds
(type:list(String.t)
, default:nil
) - Output only. The IDs of the line items which successfully updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.BulkEditAssignedTargetingOptionsResponse{ errors: [GoogleApi.DisplayVideo.V3.Model.Status.t()] | nil, failedLineItemIds: [String.t()] | nil, updatedLineItemIds: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.