GeminiFile

@Serializable
data class GeminiFile(val name: String, val displayName: String, val uri: String, val mimeType: String, val createTime: String, val updateTime: String, val expirationTime: String, val sha256Hash: String, val sizeBytes: Long)

Represents the gemini file.

Constructors

Link copied to clipboard
constructor(name: String, displayName: String, uri: String, mimeType: String, createTime: String, updateTime: String, expirationTime: String, sha256Hash: String, sizeBytes: Long)

Properties

Link copied to clipboard
val createTime: String

The create time.

Link copied to clipboard
val displayName: String

The display name.

Link copied to clipboard
val expirationTime: String

The expiration time.

Link copied to clipboard
val mimeType: String

The mime type.

Link copied to clipboard
val name: String

The name.

Link copied to clipboard
val sha256Hash: String

The sha256 hash.

Link copied to clipboard
val sizeBytes: Long

The size bytes.

Link copied to clipboard
val updateTime: String

The update time.

Link copied to clipboard
val uri: String

The uri.