GoogleCloudApigeeV1SecurityMonitoringCondition constructor

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

Implementation

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