Rollout constructor

Rollout({
  1. Map<String, String>? annotations,
  2. String? build,
  3. String? createTime,
  4. String? deleteTime,
  5. String? displayName,
  6. Status? error,
  7. String? etag,
  8. Map<String, String>? labels,
  9. String? name,
  10. bool? reconciling,
  11. String? state,
  12. String? uid,
  13. String? updateTime,
})

Implementation

Rollout({
  this.annotations,
  this.build,
  this.createTime,
  this.deleteTime,
  this.displayName,
  this.error,
  this.etag,
  this.labels,
  this.name,
  this.reconciling,
  this.state,
  this.uid,
  this.updateTime,
});