View Source GoogleApi.DoubleClickSearch.V2.Model.CustomMetric (google_api_double_click_search v0.19.0)

A message containing the custom metric.

Attributes

  • name (type: String.t, default: nil) - Custom metric name.
  • value (type: float(), default: nil) - Custom metric numeric value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DoubleClickSearch.V2.Model.CustomMetric{
  name: String.t() | nil,
  value: float() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.