GoogleApi.DoubleClickSearch.V2.Model.ConversionList (google_api_double_click_search v0.17.0) View Source
A list of conversions.
Attributes
-
conversion(type:list(GoogleApi.DoubleClickSearch.V2.Model.Conversion.t), default:nil) - The conversions being requested. -
kind(type:String.t, default:nil) - Identifies this as a ConversionList resource. Value: the fixed string doubleclicksearch#conversionList.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DoubleClickSearch.V2.Model.ConversionList{
conversion: [GoogleApi.DoubleClickSearch.V2.Model.Conversion.t()] | nil,
kind: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.