google_api_double_click_search v0.5.0 GoogleApi.DoubleClickSearch.V2.Model.ConversionList 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:doubleclicksearch#conversionList) - 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
Link to this type
t()
View Sourcet() :: %GoogleApi.DoubleClickSearch.V2.Model.ConversionList{
conversion: [GoogleApi.DoubleClickSearch.V2.Model.Conversion.t()],
kind: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.