GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Stats (google_api_apigee v0.36.1) View Source
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.
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()] | nil, hosts: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1StatsHostStats.t()] | nil, metaData: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Metadata.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.