FieldRequest

data class FieldRequest(val name: String? = null, val type: String? = null)

Represents a request for a field.

Constructors

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

Properties

Link copied to clipboard
val name: String? = null

The name of the field.

Link copied to clipboard
val type: String? = null

The type of the field.