GoogleApi.DisplayVideo.V1.Model.PoiAssignedTargetingOptionDetails (google_api_display_video v0.27.0) View Source

Details for assigned POI targeting option. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_POI.

Attributes

  • displayName (type: String.t, default: nil) - Output only. The display name of a POI, e.g. "Times Square", "Space Needle", followed by its full address if available.
  • latitude (type: float(), default: nil) - Output only. Latitude of the POI rounding to 6th decimal place.
  • longitude (type: float(), default: nil) - Output only. Longitude of the POI rounding to 6th decimal place.
  • proximityRadiusAmount (type: float(), default: nil) - Required. The radius of the area around the POI that will be targeted. The units of the radius are specified by proximity_radius_unit. Must be 1 to 800 if unit is DISTANCE_UNIT_KILOMETERS and 1 to 500 if unit is DISTANCE_UNIT_MILES.
  • proximityRadiusUnit (type: String.t, default: nil) - Required. The unit of distance by which the targeting radius is measured.
  • targetingOptionId (type: String.t, default: nil) - Required. The targeting_option_id of a TargetingOption of type TARGETING_TYPE_POI or reuse an existing assigned_targeting_option_id.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DisplayVideo.V1.Model.PoiAssignedTargetingOptionDetails{
  displayName: String.t() | nil,
  latitude: float() | nil,
  longitude: float() | nil,
  proximityRadiusAmount: float() | nil,
  proximityRadiusUnit: String.t() | nil,
  targetingOptionId: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.