StatusValueData
TODO
Name | Description | Type |
---|---|---|
type | The type of status information (e.g. check out user). | StatusType |
data_function | Function that modifies the status value. | DataFunctionCall |
Example
{
"type": 16 /* Enum: StatusType */,
"data_function": {
"data_function": 9 /* Enum: DataFunction */,
"data": {
"year": {},
"month": {},
"year_and_month": {},
"date": {},
"days_from": {},
"days_to": {},
"integer_segment": {
"segment_size": 0
},
"left_characters": {
"count": 0
},
"initial_character_group": {
"lcid": 0
}
}
}
}