Announcement constructor

Announcement({
  1. String? activityType,
  2. String? cluster,
  3. String? code,
  4. String? createTime,
  5. String? description,
  6. Map<String, String>? metadata,
  7. String? name,
  8. String? privateCloud,
  9. String? state,
  10. String? targetResourceType,
  11. String? updateTime,
})

Implementation

Announcement({
  this.activityType,
  this.cluster,
  this.code,
  this.createTime,
  this.description,
  this.metadata,
  this.name,
  this.privateCloud,
  this.state,
  this.targetResourceType,
  this.updateTime,
});