CloudControl constructor

CloudControl({
  1. String? cloudControlName,
  2. String? policyType,
  3. String? type,
  4. int? version,
})

Implementation

CloudControl({
  this.cloudControlName,
  this.policyType,
  this.type,
  this.version,
});