NewBodyField

@Serializable
internal data class NewBodyField(val key: String, val type: String)

Represents a field in the new body.

Constructors

Link copied to clipboard
constructor(key: String, type: String)

Properties

Link copied to clipboard
val key: String

The key of the field.

Link copied to clipboard

The type of the field. It could be any Kotlin primitive type.
Allowed types:
- String
- Int
- Double
- Boolean