Get Ledger Result
data class GetLedgerResult(val id: String, val location: String? = null, val name: String, val properties: LedgerPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Confidential Ledger. Contains the properties of Confidential Ledger Resource.
Constructors
Link copied to clipboard
constructor(id: String, location: String? = null, name: String, properties: LedgerPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)