GetReceivedLicenseReceivedMetadata

data class GetReceivedLicenseReceivedMetadata(val allowedOperations: List<String>, val receivedStatus: String, val receivedStatusReason: String)

Constructors

Link copied to clipboard
constructor(allowedOperations: List<String>, receivedStatus: String, receivedStatusReason: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of allowed operations.

Link copied to clipboard

Received status.

Link copied to clipboard

Received status reason.