google_api_apigee v0.11.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OptimizedStatsNode View Source

This message type encapsulates a data node as represented below:

   {
       "identifier": {
           "names": [
               "apiproxy"
           ],
           "values": [
               "sirjee"
           ]
       },
       "metric": [
           {
               "env": "prod",
               "name": "sum(message_count)",
               "values": [
                   36.0
               ]
           }
       ]
   }

   OR
   {
     "env": "prod",
     "name": "sum(message_count)",
     "values": [
                   36.0
               ]
   }

Depending on whether a dimension is present in the query or not the data node type can be a simple metric value or dimension identifier with list of metrics.

Attributes

  • data (type: list(any()), default: nil) -

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.GoogleCloudApigeeV1OptimizedStatsNode{
  data: [any()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.