ActionsCodesServiceCreateRequest$json top-level constant
- @Deprecated('Use actionsCodesServiceCreateRequestDescriptor instead')
Map<String, Object>
const
ActionsCodesServiceCreateRequest$json
Implementation
@$core.Deprecated('Use actionsCodesServiceCreateRequestDescriptor instead')
const ActionsCodesServiceCreateRequest$json = {
'1': 'ActionsCodesServiceCreateRequest',
'2': [
{'1': 'entity_uuid', '3': 1, '4': 1, '5': 9, '10': 'entityUuid'},
{'1': 'user_comment', '3': 2, '4': 1, '5': 9, '10': 'userComment'},
{'1': 'name', '3': 10, '4': 1, '5': 9, '8': {}, '10': 'name'},
{'1': 'code', '3': 11, '4': 1, '5': 9, '8': {}, '10': 'code'},
{'1': 'fg_color', '3': 12, '4': 1, '5': 9, '10': 'fgColor'},
{'1': 'bg_color', '3': 13, '4': 1, '5': 9, '10': 'bgColor'},
{
'1': 'parent_action_code_id',
'3': 16,
'4': 1,
'5': 4,
'8': {},
'10': 'parentActionCodeId'
},
{'1': 'is_leaf', '3': 17, '4': 1, '5': 8, '10': 'isLeaf'},
{'1': 'description', '3': 18, '4': 1, '5': 9, '10': 'description'},
],
};