AuthorizedMemberSchema$json top-level constant

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

Implementation

@$core.Deprecated('Use authorizedMemberSchemaDescriptor instead')
const AuthorizedMemberSchema$json = {
  '1': 'AuthorizedMemberSchema',
  '2': [
    {'1': 'schema_uri', '3': 1, '4': 1, '5': 9, '10': 'schemaUri'},
    {'1': 'status', '3': 2, '4': 1, '5': 9, '10': 'status'},
    {'1': 'status_details', '3': 3, '4': 1, '5': 9, '10': 'statusDetails'},
    {'1': 'valid_from', '3': 4, '4': 1, '5': 4, '10': 'validFrom'},
    {'1': 'valid_until', '3': 5, '4': 1, '5': 4, '10': 'validUntil'},
  ],
};