google_api_double_click_search v0.4.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 Source
t() :: %GoogleApi.DoubleClickSearch.V2.Model.ConversionList{
  conversion: [GoogleApi.DoubleClickSearch.V2.Model.Conversion.t()],
  kind: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.