ProjectRole$json top-level constant

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

Implementation

@$core.Deprecated('Use projectRoleDescriptor instead')
const ProjectRole$json = {
  '1': 'ProjectRole',
  '2': [
    {'1': 'project_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'projectId'},
    {'1': 'key', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'key'},
    {
      '1': 'creation_date',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'creationDate'
    },
    {
      '1': 'change_date',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'changeDate'
    },
    {'1': 'display_name', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'displayName'},
    {'1': 'group', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'group'},
  ],
};