Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
core
/
gropius.dto.input.misc
/
CreateLegalInformationInput
CreateLegalInformationInput
class
CreateLegalInformationInput
(
val
label
:
String
,
val
text
:
String
,
val
priority
:
Int
)
:
Input
Input for the createLegalInformation mutation
Members
Constructors
Create
Legal
Information
Input
Link copied to clipboard
constructor
(
label
:
String
,
text
:
String
,
priority
:
Int
)
Properties
label
Link copied to clipboard
val
label
:
String
priority
Link copied to clipboard
val
priority
:
Int
text
Link copied to clipboard
val
text
:
String
Functions
validate
Link copied to clipboard
open
override
fun
validate
(
)
Validates this input