ImageMetadata

Metadata information about an uploaded image file.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The file extension of the image.

Link copied to clipboard

The timestamp when the image was last uploaded.

Link copied to clipboard

The MIME type of the image.

Functions

Link copied to clipboard
inline fun copy(block: ImageMetadata.Builder.() -> Unit = {}): ImageMetadata
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String