ProjectFilePropertiesResponse

data class ProjectFilePropertiesResponse(val extension: String? = null, val filePath: String? = null, val lastModified: String, val mediaType: String? = null, val size: Double)

Base class for file properties.

Constructors

Link copied to clipboard
constructor(extension: String? = null, filePath: String? = null, lastModified: String, mediaType: String? = null, size: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val extension: String? = null

Optional File extension. If submitted it should not have a leading period and must match the extension from filePath.

Link copied to clipboard
val filePath: String? = null

Relative path of this file resource. This property can be set when creating or updating the file resource.

Link copied to clipboard

Modification DateTime.

Link copied to clipboard
val mediaType: String? = null

File content type. This property can be modified to reflect the file content type.

Link copied to clipboard

File size.