GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OptimizedStatsResponse (google_api_apigee v0.28.0) 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
Specs
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
Specs
Unwrap a decoded JSON object into its complex fields.