google_api_apigee v0.2.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1QueryMetadata View Source

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.

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.Apigee.V1.Model.GoogleCloudApigeeV1QueryMetadata{
  dimensions: [String.t()],
  endTimestamp: String.t(),
  metrics: [String.t()],
  outputFormat: String.t(),
  startTimestamp: String.t(),
  timeUnit: 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.