Domain$json top-level constant

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

Implementation

@$core.Deprecated('Use domainDescriptor instead')
const Domain$json = const {
  '1': 'Domain',
  '2': const [
    const {'1': 'org_id', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'orgId'},
    const {'1': 'details', '3': 2, '4': 1, '5': 11, '6': '.zitadel.v1.ObjectDetails', '10': 'details'},
    const {'1': 'domain_name', '3': 3, '4': 1, '5': 9, '8': const {}, '10': 'domainName'},
    const {'1': 'is_verified', '3': 4, '4': 1, '5': 8, '8': const {}, '10': 'isVerified'},
    const {'1': 'is_primary', '3': 5, '4': 1, '5': 8, '8': const {}, '10': 'isPrimary'},
    const {'1': 'validation_type', '3': 6, '4': 1, '5': 14, '6': '.zitadel.org.v1.DomainValidationType', '8': const {}, '10': 'validationType'},
  ],
};