Protection constructor

Protection({
  1. List<String>? healthCheckIds,
  2. String? id,
  3. String? name,
  4. String? resourceArn,
})

Implementation

Protection({
  this.healthCheckIds,
  this.id,
  this.name,
  this.resourceArn,
});