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

An assignment between a targetable inventory source and an inventory source group.

Attributes

  • assignedInventorySourceId (type: String.t, default: nil) - Output only. The unique ID of the assigned inventory source. The ID is only unique within a given inventory source group. It may be reused in other contexts.
  • inventorySourceId (type: String.t, default: nil) - Required. The ID of the inventory source entity being targeted.
  • name (type: String.t, default: nil) - Output only. The resource name of the assigned inventory source.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.AssignedInventorySource{
  assignedInventorySourceId: String.t() | nil,
  inventorySourceId: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.