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

Encapsulates a response format for JavaScript Optimized Scenario.

Attributes

  • TimeUnit (type: list(String.t), default: nil) - List of time unit values. Time unit refers to an epoch timestamp value.
  • metaData (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Metadata.t, default: nil) - Metadata information about the query executed.
  • resultTruncated (type: boolean(), default: nil) - Boolean flag that indicates whether the results were truncated based on the limit parameter.
  • stats (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OptimizedStatsNode.t, default: nil) - stats results.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OptimizedStatsResponse{
  TimeUnit: [String.t()] | nil,
  metaData: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Metadata.t() | nil,
  resultTruncated: boolean() | nil,
  stats:
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OptimizedStatsNode.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.