Data
data class Data(var provisioned: Boolean = false, var issuingAuthorityIdentifier: String? = null, var documentIdentifier: String? = null, var numDocumentConfigurationsDownloaded: Long = 0, var documentConfiguration: DocumentConfiguration? = null, var issuingAuthorityConfiguration: IssuingAuthorityConfiguration? = null, var state: DocumentState? = null, var documentSlot: Int? = null, var other: ByteString? = null)
Constructors
Link copied to clipboard
constructor(provisioned: Boolean = false, issuingAuthorityIdentifier: String? = null, documentIdentifier: String? = null, numDocumentConfigurationsDownloaded: Long = 0, documentConfiguration: DocumentConfiguration? = null, issuingAuthorityConfiguration: IssuingAuthorityConfiguration? = null, state: DocumentState? = null, documentSlot: Int? = null, other: ByteString? = null)