FileType

data class FileType(val value: CompareFileType) : File

The file type of the file.

Constructors

Link copied to clipboard
constructor(value: CompareFileType)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this File as a FileType and retrieves its aws.sdk.kotlin.services.apptest.model.CompareFileType value. Throws an exception if the File is not a FileType.

Link copied to clipboard

Casts this File as a FileType and retrieves its aws.sdk.kotlin.services.apptest.model.CompareFileType value. Returns null if the File is not a FileType.