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

Video player size targeting option details. This will be populated in the video_player_size_details field when targeting_type is TARGETING_TYPE_VIDEO_PLAYER_SIZE. Explicitly targeting all options is not supported. Remove all video player size targeting options to achieve this effect.

Attributes

  • targetingOptionId (type: String.t, default: nil) - Required. The targeting_option_id field when targeting_type is TARGETING_TYPE_VIDEO_PLAYER_SIZE.
  • videoPlayerSize (type: String.t, default: nil) - Required. The video player size.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.