toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
workdocs
/
aws.sdk.kotlin.services.workdocs.model
/
UserStorageMetadata
User
Storage
Metadata
class
UserStorageMetadata
Describes the storage for a user.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
storage
Rule
Link copied to clipboard
val
storageRule
:
StorageRuleType
?
The storage for a user.
storage
Utilized
In
Bytes
Link copied to clipboard
val
storageUtilizedInBytes
:
Long
?
The amount of storage used, in bytes.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
UserStorageMetadata.Builder
.
(
)
->
Unit
=
{}
)
:
UserStorageMetadata
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String