MetadataVersionResponse

data class MetadataVersionResponse(val version: String? = null, val timestamp: Long? = null)

Represents a response containing metadata version information.

Constructors

Link copied to clipboard
constructor(version: String? = null, timestamp: Long? = null)

Properties

Link copied to clipboard
val timestamp: Long? = null

The timestamp when the metadata version was generated. Default is null.

Link copied to clipboard
val version: String? = null

The version of the metadata. Default is null.