GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse constructor

GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse({
  1. String? assessmentTime,
  2. String? nextPageToken,
  3. List<GoogleCloudApigeeV1SecurityAssessmentResult>? securityAssessmentResults,
})

Implementation

GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse({
  this.assessmentTime,
  this.nextPageToken,
  this.securityAssessmentResults,
});