GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest constructor
GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest({
- GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray? include,
- GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll? includeAllResources,
- int? pageSize,
- String? pageToken,
- String? profile,
- String? scope,
Implementation
GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest({
this.include,
this.includeAllResources,
this.pageSize,
this.pageToken,
this.profile,
this.scope,
});