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

Details for content duration assigned targeting option. This will be populated in the content_duration_details field when targeting_type is TARGETING_TYPE_CONTENT_DURATION. Explicitly targeting all options is not supported. Remove all content duration targeting options to achieve this effect.

Attributes

  • contentDuration (type: String.t, default: nil) - Output only. The content duration.
  • targetingOptionId (type: String.t, default: nil) - Required. The targeting_option_id field when targeting_type is TARGETING_TYPE_CONTENT_DURATION.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DisplayVideo.V1.Model.ContentDurationAssignedTargetingOptionDetails{
    contentDuration: String.t() | nil,
    targetingOptionId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.