Datastore constructor

Datastore({
  1. List<String>? clusters,
  2. String? createTime,
  3. String? description,
  4. String? etag,
  5. String? name,
  6. NfsDatastore? nfsDatastore,
  7. String? state,
  8. String? uid,
  9. String? updateTime,
})

Implementation

Datastore({
  this.clusters,
  this.createTime,
  this.description,
  this.etag,
  this.name,
  this.nfsDatastore,
  this.state,
  this.uid,
  this.updateTime,
});