Get Asset Result
data class GetAssetResult(val alternateId: String? = null, val assetId: String, val container: String? = null, val created: String, val description: String? = null, val encryptionScope: String? = null, val id: String, val lastModified: String, val name: String, val storageAccountName: String? = null, val storageEncryptionFormat: String, val systemData: SystemDataResponse, val type: String)
An Asset.
Constructors
Link copied to clipboard
fun GetAssetResult(alternateId: String? = null, assetId: String, container: String? = null, created: String, description: String? = null, encryptionScope: String? = null, id: String, lastModified: String, name: String, storageAccountName: String? = null, storageEncryptionFormat: String, systemData: SystemDataResponse, type: String)