GetCloudforceOneRequestAssetResult

data class GetCloudforceOneRequestAssetResult(val accountIdentifier: String, val assetIdentifer: String, val created: String, val description: String, val fileType: String, val id: Int, val name: String, val requestIdentifier: String)

A collection of values returned by getCloudforceOneRequestAsset.

Constructors

Link copied to clipboard
constructor(accountIdentifier: String, assetIdentifer: String, created: String, description: String, fileType: String, id: Int, name: String, requestIdentifier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier

Link copied to clipboard
Link copied to clipboard

Asset creation time

Link copied to clipboard

Asset description

Link copied to clipboard

Asset file type

Link copied to clipboard
val id: Int

Asset ID

Link copied to clipboard

Asset name

Link copied to clipboard