View Source GoogleApi.DisplayVideo.V1.Model.DeleteAssignedTargetingOptionsRequest (google_api_display_video v0.37.0)

A request listing which assigned targeting options of a given targeting type should be deleted.

Attributes

  • assignedTargetingOptionIds (type: list(String.t), default: nil) - Required. The assigned targeting option IDs to delete.
  • 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.DeleteAssignedTargetingOptionsRequest{
  assignedTargetingOptionIds: [String.t()] | nil,
  targetingType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.