GoogleCloudApigeeV1SecurityMonitoringCondition constructor

GoogleCloudApigeeV1SecurityMonitoringCondition({
  1. String? apiHubGateway,
  2. String? createTime,
  3. GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray? include,
  4. GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll? includeAllResources,
  5. String? name,
  6. String? profile,
  7. String? riskAssessmentType,
  8. String? scope,
  9. int? totalDeployedResources,
  10. int? totalMonitoredResources,
  11. String? updateTime,
})

Implementation

GoogleCloudApigeeV1SecurityMonitoringCondition({
  this.apiHubGateway,
  this.createTime,
  this.include,
  this.includeAllResources,
  this.name,
  this.profile,
  this.riskAssessmentType,
  this.scope,
  this.totalDeployedResources,
  this.totalMonitoredResources,
  this.updateTime,
});