google_api_apigee v0.10.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Stats View Source

This message type encapsulates a stats response

Attributes

  • environments (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1StatsEnvironmentStats.t), default: nil) -
  • metaData (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Metadata.t, default: nil) - This field contains the metadata information

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.GoogleCloudApigeeV1Stats{
  environments: [
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1StatsEnvironmentStats.t()
  ],
  metaData: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Metadata.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.