Instance constructor

Instance({
  1. String? createTime,
  2. String? description,
  3. String? etag,
  4. List<FileShareConfig>? fileShares,
  5. String? kmsKeyName,
  6. Map<String, String>? labels,
  7. String? name,
  8. List<NetworkConfig>? networks,
  9. bool? satisfiesPzi,
  10. bool? satisfiesPzs,
  11. String? state,
  12. String? statusMessage,
  13. List<String>? suspensionReasons,
  14. String? tier,
})

Implementation

Instance({
  this.createTime,
  this.description,
  this.etag,
  this.fileShares,
  this.kmsKeyName,
  this.labels,
  this.name,
  this.networks,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.state,
  this.statusMessage,
  this.suspensionReasons,
  this.tier,
});