Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
core
/
gropius.dto.input.architecture
/
UpdateSyncPermissionsInput
UpdateSyncPermissionsInput
class
UpdateSyncPermissionsInput
(
val
id
:
ID
,
val
canSyncSelf
:
Boolean
?
,
val
canSyncOthers
:
Boolean
?
)
:
Input
Input for the updateSyncPermissions mutation
Members
Constructors
Update
Sync
Permissions
Input
Link copied to clipboard
constructor
(
id
:
ID
,
canSyncSelf
:
Boolean
?
,
canSyncOthers
:
Boolean
?
)
Properties
can
Sync
Others
Link copied to clipboard
val
canSyncOthers
:
Boolean
?
can
Sync
Self
Link copied to clipboard
val
canSyncSelf
:
Boolean
?
id
Link copied to clipboard
val
id
:
ID
Functions
validate
Link copied to clipboard
open
fun
validate
(
)
Validates this input