GoogleCloudApigeeV1SecurityMonitoringCondition constructor
GoogleCloudApigeeV1SecurityMonitoringCondition({
- String? createTime,
- GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray? include,
- GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll? includeAllResources,
- String? name,
- String? profile,
- String? scope,
- int? totalDeployedResources,
- int? totalMonitoredResources,
- String? updateTime,
Implementation
GoogleCloudApigeeV1SecurityMonitoringCondition({
this.createTime,
this.include,
this.includeAllResources,
this.name,
this.profile,
this.scope,
this.totalDeployedResources,
this.totalMonitoredResources,
this.updateTime,
});