View Source GoogleApi.DisplayVideo.V1.Model.BulkEditAssignedInventorySourcesRequest (google_api_display_video v0.35.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.