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

Targeting details for regional location list. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_REGIONAL_LOCATION_LIST.

Attributes

  • negative (type: boolean(), default: nil) - Indicates if this option is being negatively targeted.
  • regionalLocationListId (type: String.t, default: nil) - Required. ID of the regional location list. Should refer to the location_list_id field of a LocationList resource whose type is TARGETING_LOCATION_TYPE_REGIONAL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DisplayVideo.V1.Model.RegionalLocationListAssignedTargetingOptionDetails{
    negative: boolean() | nil,
    regionalLocationListId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.