GoogleCloudApigeeV1ComputeEnvironmentScoresResponse constructor

GoogleCloudApigeeV1ComputeEnvironmentScoresResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudApigeeV1Score>? scores,
})

Implementation

GoogleCloudApigeeV1ComputeEnvironmentScoresResponse({
  this.nextPageToken,
  this.scores,
});