ListOrganizationsRequest$json top-level constant
Implementation
@$core.Deprecated('Use listOrganizationsRequestDescriptor instead')
const ListOrganizationsRequest$json = const {
'1': 'ListOrganizationsRequest',
'2': const [
const {'1': 'user_id', '3': 1, '4': 1, '5': 12, '10': 'userId'},
const {'1': 'offset', '3': 2, '4': 1, '5': 12, '10': 'offset'},
const {'1': 'limit', '3': 3, '4': 1, '5': 3, '10': 'limit'},
const {'1': 'order_by', '3': 4, '4': 1, '5': 9, '10': 'orderBy'},
const {'1': 'order_desc', '3': 5, '4': 1, '5': 8, '10': 'orderDesc'},
],
};