google_api_apigee v0.3.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OptimizedStatsResponse View Source

This message type encapsulates a response format for Js Optimized Scenario

Attributes

  • TimeUnit (type: list(String.t), default: nil) - This field contains a list of time unit values. Time unit refers to an epoch timestamp value.
  • metaData (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Metadata.t, default: nil) - This field contains metadata information about the query executed
  • resultTruncated (type: boolean(), default: nil) - This ia a boolean field to indicate if the results were truncated based on the limit parameter.
  • stats (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OptimizedStatsNode.t, default: nil) - This field contains a stats results

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.GoogleCloudApigeeV1OptimizedStatsResponse{
  TimeUnit: [String.t()],
  metaData: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Metadata.t(),
  resultTruncated: boolean(),
  stats: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OptimizedStatsNode.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.