ExportDataRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use exportDataRequestDescriptor instead')
const ExportDataRequest$json = {
  '1': 'ExportDataRequest',
  '2': [
    {'1': 'org_ids', '3': 1, '4': 3, '5': 9, '8': {}, '10': 'orgIds'},
    {'1': 'excluded_org_ids', '3': 2, '4': 3, '5': 9, '10': 'excludedOrgIds'},
    {'1': 'with_passwords', '3': 3, '4': 1, '5': 8, '10': 'withPasswords'},
    {'1': 'with_otp', '3': 4, '4': 1, '5': 8, '10': 'withOtp'},
    {'1': 'response_output', '3': 5, '4': 1, '5': 8, '10': 'responseOutput'},
    {
      '1': 'local_output',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.zitadel.admin.v1.ExportDataRequest.LocalOutput',
      '10': 'localOutput'
    },
    {
      '1': 's3_output',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.zitadel.admin.v1.ExportDataRequest.S3Output',
      '10': 's3Output'
    },
    {
      '1': 'gcs_output',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.zitadel.admin.v1.ExportDataRequest.GCSOutput',
      '10': 'gcsOutput'
    },
    {'1': 'timeout', '3': 9, '4': 1, '5': 9, '8': {}, '10': 'timeout'},
  ],
  '3': [
    ExportDataRequest_LocalOutput$json,
    ExportDataRequest_S3Output$json,
    ExportDataRequest_GCSOutput$json
  ],
};