GoogleApi.DisplayVideo.V3.Model.CreateAssignedTargetingOptionsRequest (google_api_display_video v0.39.0)

View Source

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

Attributes

  • assignedTargetingOptions (type: list(GoogleApi.DisplayVideo.V3.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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.