View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.VideoTargeting (google_api_authorized_buyers_marketplace v0.6.0)

Represents targeting information about video.

Attributes

  • excludedPositionTypes (type: list(String.t), default: nil) - A list of video positions to be excluded. When this field is populated, the targeted_position_types field must be empty.
  • targetedPositionTypes (type: list(String.t), default: nil) - A list of video positions to be included. When this field is populated, the excluded_position_types field must be empty.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.VideoTargeting{
  excludedPositionTypes: [String.t()] | nil,
  targetedPositionTypes: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.