NfsShare constructor

NfsShare({
  1. List<AllowedClient>? allowedClients,
  2. String? id,
  3. Map<String, String>? labels,
  4. String? name,
  5. String? nfsShareId,
  6. String? pod,
  7. String? requestedSizeGib,
  8. String? state,
  9. String? storageType,
  10. String? volume,
})

Implementation

NfsShare({
  this.allowedClients,
  this.id,
  this.labels,
  this.name,
  this.nfsShareId,
  this.pod,
  this.requestedSizeGib,
  this.state,
  this.storageType,
  this.volume,
});