ActivitiesGroupsServiceCreateRequest$json top-level constant
- @Deprecated('Use activitiesGroupsServiceCreateRequestDescriptor instead')
Map<String, Object>
const
ActivitiesGroupsServiceCreateRequest$json
Implementation
@$core.Deprecated('Use activitiesGroupsServiceCreateRequestDescriptor instead')
const ActivitiesGroupsServiceCreateRequest$json = {
'1': 'ActivitiesGroupsServiceCreateRequest',
'2': [
{'1': 'entity_uuid', '3': 1, '4': 1, '5': 9, '10': 'entityUuid'},
{'1': 'user_comment', '3': 2, '4': 1, '5': 9, '10': 'userComment'},
{'1': 'project_id', '3': 9, '4': 1, '5': 4, '8': {}, '10': 'projectId'},
{'1': 'name', '3': 10, '4': 1, '5': 9, '8': {}, '10': 'name'},
{'1': 'code', '3': 11, '4': 1, '5': 9, '8': {}, '10': 'code'},
{
'1': 'parent_activity_group_id',
'3': 12,
'4': 1,
'5': 4,
'8': {},
'10': 'parentActivityGroupId'
},
{'1': 'description', '3': 13, '4': 1, '5': 9, '10': 'description'},
],
};