CreateOrganizationRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createOrganizationRequestDescriptor instead')
const CreateOrganizationRequest$json = {
  '1': 'CreateOrganizationRequest',
  '2': [
    {'1': 'name', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'name'},
    {
      '1': 'id',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': {},
      '9': 0,
      '10': 'id',
      '17': true
    },
    {
      '1': 'admins',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.zitadel.org.v2beta.CreateOrganizationRequest.Admin',
      '10': 'admins'
    },
  ],
  '3': [CreateOrganizationRequest_Admin$json],
  '8': [
    {'1': '_id'},
  ],
};