View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ComputeEnvironmentScoresResponse (google_api_apigee v0.53.0)
Response for ComputeEnvironmentScores.
Attributes
-
nextPageToken(type:String.t, default:nil) - A page token, received from a previousComputeScorecall. Provide this to retrieve the subsequent page. -
scores(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Score.t), default:nil) - List of scores. One score per day.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ComputeEnvironmentScoresResponse{ nextPageToken: String.t() | nil, scores: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Score.t()] | nil }