GetImportDataFileResult

data class GetImportDataFileResult(val createTime: String, val displayName: String, val format: String, val name: String, val state: String, val uploadFileInfo: UploadFileInfoResponse)

Constructors

Link copied to clipboard
fun GetImportDataFileResult(createTime: String, displayName: String, format: String, name: String, state: String, uploadFileInfo: UploadFileInfoResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp when the file was created.

Link copied to clipboard

User-friendly display name. Maximum length is 63 characters.

Link copied to clipboard

The payload format.

Link copied to clipboard

The name of the file.

Link copied to clipboard

The state of the import data file.

Link copied to clipboard

Information about a file that is uploaded to a storage service.