View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CustomReportMetric (google_api_apigee v0.46.0)

This encapsulates a metric property of the form sum(message_count) where name is message_count and function is sum

Attributes

  • function (type: String.t, default: nil) - aggregate function
  • name (type: String.t, default: nil) - name of the metric

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CustomReportMetric{
  function: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.