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 id: String, val lastModified: String, val name: String, val storageAccountName: String? = null, val storageEncryptionFormat: String, val systemData: SystemDataResponse, val type: String)
An Asset.
Properties
Link copied to clipboard
The alternate ID of the Asset.
Link copied to clipboard
The Asset description.
Link copied to clipboard
The last modified date of the Asset.
Link copied to clipboard
The name of the storage account.
Link copied to clipboard
The Asset encryption format. One of None or MediaStorageEncryption.
Link copied to clipboard
The system metadata relating to this resource.