S3

data class S3(val value: List<S3Permission>) : Permissions

The S3 details of the asset permissions.

Constructors

Link copied to clipboard
constructor(value: List<S3Permission>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this Permissions as a S3 and retrieves its kotlin.collections.List value. Throws an exception if the Permissions is not a S3.

Link copied to clipboard

Casts this Permissions as a S3 and retrieves its kotlin.collections.List value. Returns null if the Permissions is not a S3.