CollectionRules$json top-level constant

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

Implementation

@$core.Deprecated('Use collectionRulesDescriptor instead')
const CollectionRules$json = {
  '1': 'CollectionRules',
  '2': [
    {
      '1': 'creat',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.common.RuleCondition',
      '10': 'creat'
    },
    {
      '1': 'read',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.common.RuleCondition',
      '10': 'read'
    },
    {
      '1': 'update',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.common.RuleCondition',
      '10': 'update'
    },
    {
      '1': 'delete',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.common.RuleCondition',
      '10': 'delete'
    },
    {'1': 'is_public', '3': 5, '4': 1, '5': 8, '10': 'isPublic'},
    {'1': 'is_excluded', '3': 6, '4': 1, '5': 8, '10': 'isExcluded'},
    {
      '1': 'delete_when_user_is_deleted',
      '3': 7,
      '4': 1,
      '5': 8,
      '10': 'deleteWhenUserIsDeleted'
    },
  ],
};