GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest constructor

GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest({
  1. GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray? include,
  2. GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll? includeAllResources,
  3. int? pageSize,
  4. String? pageToken,
  5. String? profile,
  6. String? scope,
})

Implementation

GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest({
  this.include,
  this.includeAllResources,
  this.pageSize,
  this.pageToken,
  this.profile,
  this.scope,
});