SMBFileShareInfo constructor

SMBFileShareInfo({
  1. bool? accessBasedEnumeration,
  2. List<String>? adminUserList,
  3. String? auditDestinationARN,
  4. String? authentication,
  5. CacheAttributes? cacheAttributes,
  6. CaseSensitivity? caseSensitivity,
  7. String? defaultStorageClass,
  8. String? fileShareARN,
  9. String? fileShareId,
  10. String? fileShareName,
  11. String? fileShareStatus,
  12. String? gatewayARN,
  13. bool? guessMIMETypeEnabled,
  14. List<String>? invalidUserList,
  15. bool? kMSEncrypted,
  16. String? kMSKey,
  17. String? locationARN,
  18. String? notificationPolicy,
  19. ObjectACL? objectACL,
  20. String? path,
  21. bool? readOnly,
  22. bool? requesterPays,
  23. String? role,
  24. bool? sMBACLEnabled,
  25. List<Tag>? tags,
  26. List<String>? validUserList,
})

Implementation

SMBFileShareInfo({
  this.accessBasedEnumeration,
  this.adminUserList,
  this.auditDestinationARN,
  this.authentication,
  this.cacheAttributes,
  this.caseSensitivity,
  this.defaultStorageClass,
  this.fileShareARN,
  this.fileShareId,
  this.fileShareName,
  this.fileShareStatus,
  this.gatewayARN,
  this.guessMIMETypeEnabled,
  this.invalidUserList,
  this.kMSEncrypted,
  this.kMSKey,
  this.locationARN,
  this.notificationPolicy,
  this.objectACL,
  this.path,
  this.readOnly,
  this.requesterPays,
  this.role,
  this.sMBACLEnabled,
  this.tags,
  this.validUserList,
});