FieldRenameRequest

data class FieldRenameRequest(val name: String? = null)

Represents a request for field renaming.

Constructors

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

Properties

Link copied to clipboard
val name: String? = null

The new name for the field.