SearchOrganizationsRequest$json top-level constant

  1. @Deprecated('Use searchOrganizationsRequestDescriptor instead')
Map<String, Object> const SearchOrganizationsRequest$json

Implementation

@$core.Deprecated('Use searchOrganizationsRequestDescriptor instead')
const SearchOrganizationsRequest$json = {
  '1': 'SearchOrganizationsRequest',
  '2': [
    {'1': 'org_id', '3': 1, '4': 1, '5': 9, '9': 0, '10': 'orgId', '17': true},
    {'1': 'org_name', '3': 2, '4': 1, '5': 9, '9': 1, '10': 'orgName', '17': true},
    {'1': 'cid', '3': 3, '4': 1, '5': 9, '9': 2, '10': 'cid', '17': true},
    {'1': 'public_namespace', '3': 4, '4': 1, '5': 9, '9': 3, '10': 'publicNamespace', '17': true},
  ],
  '8': [
    {'1': '_org_id'},
    {'1': '_org_name'},
    {'1': '_cid'},
    {'1': '_public_namespace'},
  ],
};