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

Attributes

  • dimensions (type: list(String.t), default: nil) - Dimensions of the AsyncQuery.
  • endTimestamp (type: String.t, default: nil) - End timestamp of the query range.
  • metrics (type: list(String.t), default: nil) - Metrics of the AsyncQuery. Example: ["name:message_count,func:sum,alias:sum_message_count"]
  • outputFormat (type: String.t, default: nil) - Output format.
  • startTimestamp (type: String.t, default: nil) - Start timestamp of the query range.
  • timeUnit (type: String.t, default: nil) - Query GroupBy time unit.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1QueryMetadata{
  dimensions: [String.t()] | nil,
  endTimestamp: String.t() | nil,
  metrics: [String.t()] | nil,
  outputFormat: String.t() | nil,
  startTimestamp: String.t() | nil,
  timeUnit: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.