GoogleApi.DisplayVideo.V1.Model.BulkEditAssignedInventorySourcesRequest (google_api_display_video v0.24.0) View Source
Request message for AssignedInventorySourceService.BulkEdit.
Attributes
-
advertiserId(type:String.t, default:nil) - The ID of the advertiser that owns the parent inventory source group. The parent partner does not have access to these assigned inventory sources. -
createdAssignedInventorySources(type:list(GoogleApi.DisplayVideo.V1.Model.AssignedInventorySource.t), default:nil) - The assigned inventory sources to create in bulk, specified as a list of AssignedInventorySources. -
deletedAssignedInventorySources(type:list(String.t), default:nil) - The IDs of the assigned inventory sources to delete in bulk, specified as a list of assigned_inventory_source_ids. -
partnerId(type:String.t, default:nil) - The ID of the partner that owns the inventory source group. Only this partner has write access to these assigned inventory sources.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DisplayVideo.V1.Model.BulkEditAssignedInventorySourcesRequest{
advertiserId: String.t() | nil,
createdAssignedInventorySources:
[GoogleApi.DisplayVideo.V1.Model.AssignedInventorySource.t()] | nil,
deletedAssignedInventorySources: [String.t()] | nil,
partnerId: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.