FieldUpdateRequest

data class FieldUpdateRequest(val type: String? = null)

Represents a request to update a field.

Constructors

Link copied to clipboard
constructor(type: String? = null)

Properties

Link copied to clipboard
val type: String? = null

The updated type of the field.