Skip to main content

StatusValueData

Expression for status values such as Document ID or CheckedOutToUser.

NameDescriptionType
typeThe type of status information (e.g. check out user).StatusType
data_functionFunction that modifies the status value.DataFunctionCall

Example

{
"type": 16 /* Enum: StatusType */,
"data_function": {
"data_function": 9 /* Enum: DataFunction */,
"data": {
"initial_character_group": {
"lcid": 0
}
}
}
}