NFSFileShareInfo constructor

NFSFileShareInfo({
  1. CacheAttributes? cacheAttributes,
  2. List<String>? clientList,
  3. String? defaultStorageClass,
  4. String? fileShareARN,
  5. String? fileShareId,
  6. String? fileShareName,
  7. String? fileShareStatus,
  8. String? gatewayARN,
  9. bool? guessMIMETypeEnabled,
  10. bool? kMSEncrypted,
  11. String? kMSKey,
  12. String? locationARN,
  13. NFSFileShareDefaults? nFSFileShareDefaults,
  14. String? notificationPolicy,
  15. ObjectACL? objectACL,
  16. String? path,
  17. bool? readOnly,
  18. bool? requesterPays,
  19. String? role,
  20. String? squash,
  21. List<Tag>? tags,
})

Implementation

NFSFileShareInfo({
  this.cacheAttributes,
  this.clientList,
  this.defaultStorageClass,
  this.fileShareARN,
  this.fileShareId,
  this.fileShareName,
  this.fileShareStatus,
  this.gatewayARN,
  this.guessMIMETypeEnabled,
  this.kMSEncrypted,
  this.kMSKey,
  this.locationARN,
  this.nFSFileShareDefaults,
  this.notificationPolicy,
  this.objectACL,
  this.path,
  this.readOnly,
  this.requesterPays,
  this.role,
  this.squash,
  this.tags,
});