MarketplaceItemComment$json top-level constant

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

Implementation

@$core.Deprecated('Use marketplaceItemCommentDescriptor instead')
const MarketplaceItemComment$json = {
  '1': 'MarketplaceItemComment',
  '2': [
    {
      '1': '_extras',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.common.Extras',
      '10': 'Extras'
    },
    {
      '1': 'user',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.common.DocumentReferenceProto',
      '10': 'user'
    },
    {
      '1': 'project',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.common.DocumentReferenceProto',
      '10': 'project'
    },
    {
      '1': 'timestamp',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'timestamp'
    },
    {
      '1': 'last_updated',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'lastUpdated'
    },
    {'1': 'comment', '3': 5, '4': 1, '5': 9, '10': 'comment'},
    {
      '1': 'user_info',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.common.MarketplaceItemComment.UserInfo',
      '10': 'userInfo'
    },
    {'1': 'rating', '3': 8, '4': 1, '5': 5, '10': 'rating'},
  ],
  '3': [MarketplaceItemComment_UserInfo$json],
};