View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Stats (google_api_apigee v0.53.0)
Encapsulates a stats response.
Attributes
-
environments(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1StatsEnvironmentStats.t), default:nil) - List of query results on the environment level. -
hosts(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1StatsHostStats.t), default:nil) - List of query results grouped by host. -
metaData(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Metadata.t, default:nil) - Metadata information.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Stats{ environments: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1StatsEnvironmentStats.t()] | nil, hosts: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1StatsHostStats.t()] | nil, metaData: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Metadata.t() | nil }