SquintCustomTypeMember

@Serializable
data class SquintCustomTypeMember(val name: String, val type: String, val nullable: Boolean)

A member of a CustomType SquintCustomType.

Example:

{
"name": "a1",
"type": "int",
"nullable": false
}

Constructors

Link copied to clipboard
constructor(name: String, type: String, nullable: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard