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

An assignment between a location list and a relevant targeting option.

Attributes

  • assignedLocationId (type: String.t, default: nil) - Output only. The unique ID of the assigned location. The ID is only unique within a location list. It may be reused in other contexts.
  • name (type: String.t, default: nil) - Output only. The resource name of the assigned location.
  • targetingOptionId (type: String.t, default: nil) - Required. The ID of the targeting option assigned to the location list.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.AssignedLocation{
  assignedLocationId: String.t() | nil,
  name: String.t() | nil,
  targetingOptionId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.