PromotionFeedItem$json top-level constant

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

Implementation

@$core.Deprecated('Use promotionFeedItemDescriptor instead')
const PromotionFeedItem$json = {
  '1': 'PromotionFeedItem',
  '2': [
    {
      '1': 'PromotionId',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.PromotionId',
      '10': 'PromotionId'
    },
    {'1': 'Title', '3': 2, '4': 1, '5': 9, '10': 'Title'},
    {
      '1': 'Description',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Description'
    },
    {
      '1': 'Products',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.PromotionProduct',
      '10': 'Products'
    },
    {
      '1': 'Details',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Any',
      '10': 'Details'
    },
  ],
};