Instance constructor

Instance({
  1. Build? build,
  2. Config? config,
  3. String? createTime,
  4. String? name,
  5. String? state,
  6. String? stateMessage,
  7. String? updateTime,
})

Implementation

Instance({
  this.build,
  this.config,
  this.createTime,
  this.name,
  this.state,
  this.stateMessage,
  this.updateTime,
});