AddAPIAppRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use addAPIAppRequestDescriptor instead')
const AddAPIAppRequest$json = const {
  '1': 'AddAPIAppRequest',
  '2': const [
    const {'1': 'project_id', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'projectId'},
    const {'1': 'name', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'name'},
    const {'1': 'auth_method_type', '3': 3, '4': 1, '5': 14, '6': '.zitadel.app.v1.APIAuthMethodType', '8': const {}, '10': 'authMethodType'},
  ],
};