GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse constructor
GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse({
- String? assessmentTime,
- String? nextPageToken,
- List<
GoogleCloudApigeeV1SecurityAssessmentResult> ? securityAssessmentResults,
Implementation
GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse({
this.assessmentTime,
this.nextPageToken,
this.securityAssessmentResults,
});