View Source GoogleApi.DisplayVideo.V3.Model.BulkUpdateLineItemsRequest (google_api_display_video v0.34.0)
Request message for LineItemService.BulkUpdateLineItems.
Attributes
-
lineItemIds
(type:list(String.t)
, default:nil
) - Required. IDs of line items to update. -
targetLineItem
(type:GoogleApi.DisplayVideo.V3.Model.LineItem.t
, default:nil
) - Required. A line item object containing the fields to be updated and the new values to assign to all line items specified in line_item_ids." -
updateMask
(type:String.t
, default:nil
) - Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.BulkUpdateLineItemsRequest{ lineItemIds: [String.t()] | nil, targetLineItem: GoogleApi.DisplayVideo.V3.Model.LineItem.t() | nil, updateMask: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.