Field

@Serializable
data class Field(val name: String, val value: String, val verifiedAt: Instant? = null)

Profile metadata name and value.

By default, max 4 fields and 255 characters per property/value.

Constructors

Link copied to clipboard
constructor(name: String, value: String, verifiedAt: Instant? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val verifiedAt: Instant? = null

Timestamp of the time the server verified a URL value for a rel="me” link.