View Source GoogleApi.DisplayVideo.V3.Model.AlgorithmRulesComparisonValue (google_api_display_video v0.37.0)
A value to compare the signal to.
Attributes
-
boolValue
(type:boolean()
, default:nil
) - Boolean value. -
creativeDimensionValue
(type:GoogleApi.DisplayVideo.V3.Model.Dimensions.t
, default:nil
) - Creative dimension value. -
dayAndTimeValue
(type:GoogleApi.DisplayVideo.V3.Model.DayAndTime.t
, default:nil
) - Day and time value. OnlyTIME_ZONE_RESOLUTION_END_USER
is supported. -
deviceTypeValue
(type:String.t
, default:nil
) - Device type value. -
doubleValue
(type:float()
, default:nil
) - Double value. -
environmentValue
(type:String.t
, default:nil
) - Environment value. -
exchangeValue
(type:String.t
, default:nil
) - Exchange value. -
int64Value
(type:String.t
, default:nil
) - Integer value. -
onScreenPositionValue
(type:String.t
, default:nil
) - Ad position value. -
stringValue
(type:String.t
, default:nil
) - String value.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.AlgorithmRulesComparisonValue{ boolValue: boolean() | nil, creativeDimensionValue: GoogleApi.DisplayVideo.V3.Model.Dimensions.t() | nil, dayAndTimeValue: GoogleApi.DisplayVideo.V3.Model.DayAndTime.t() | nil, deviceTypeValue: String.t() | nil, doubleValue: float() | nil, environmentValue: String.t() | nil, exchangeValue: String.t() | nil, int64Value: String.t() | nil, onScreenPositionValue: String.t() | nil, stringValue: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.