google_api_display_video v0.8.0 GoogleApi.DisplayVideo.V1.Model.BulkEditAssignedInventorySourcesRequest 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(),
  createdAssignedInventorySources: [
    GoogleApi.DisplayVideo.V1.Model.AssignedInventorySource.t()
  ],
  deletedAssignedInventorySources: [String.t()],
  partnerId: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.