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

Details for native content position assigned targeting option. This will be populated in the native_content_position_details field when targeting_type is TARGETING_TYPE_NATIVE_CONTENT_POSITION. Explicitly targeting all options is not supported. Remove all native content position targeting options to achieve this effect.

Attributes

  • contentPosition (type: String.t, default: nil) - Required. The content position.
  • targetingOptionId (type: String.t, default: nil) - Required. The targeting_option_id field when targeting_type is TARGETING_TYPE_NATIVE_CONTENT_POSITION.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.