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

A request listing which assigned targeting options of a given targeting type should be created and added.

Attributes

  • assignedTargetingOptions (type: list(GoogleApi.DisplayVideo.V1.Model.AssignedTargetingOption.t), default: nil) - Required. The assigned targeting options to create and add.
  • targetingType (type: String.t, default: nil) - Required. Identifies the type of this assigned targeting option.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.CreateAssignedTargetingOptionsRequest{
  assignedTargetingOptions:
    [GoogleApi.DisplayVideo.V1.Model.AssignedTargetingOption.t()] | nil,
  targetingType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.