GetOfferAccessTokenResult

data class GetOfferAccessTokenResult(val accessToken: String, val diskId: String? = null, val status: String? = null)

The disk access token

Constructors

Link copied to clipboard
constructor(accessToken: String, diskId: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access token.

Link copied to clipboard
val diskId: String? = null

The disk id.

Link copied to clipboard
val status: String? = null

The access token creation status.