InstancePartition constructor

InstancePartition({
  1. String? config,
  2. String? createTime,
  3. String? displayName,
  4. String? etag,
  5. String? name,
  6. int? nodeCount,
  7. int? processingUnits,
  8. List<String>? referencingBackups,
  9. List<String>? referencingDatabases,
  10. String? state,
  11. String? updateTime,
})

Implementation

InstancePartition({
  this.config,
  this.createTime,
  this.displayName,
  this.etag,
  this.name,
  this.nodeCount,
  this.processingUnits,
  this.referencingBackups,
  this.referencingDatabases,
  this.state,
  this.updateTime,
});