FeedLink$json top-level constant

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

Implementation

@$core.Deprecated('Use feedLinkDescriptor instead')
const FeedLink$json = {
  '1': 'FeedLink',
  '2': [
    {'1': 'Id', '3': 1, '4': 1, '5': 11, '6': '.FeedId', '10': 'Id'},
    {
      '1': 'Title',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Title'
    },
    {
      '1': 'Subtitle',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Subtitle'
    },
    {'1': 'Image', '3': 4, '4': 1, '5': 11, '6': '.StoredImage', '10': 'Image'},
    {
      '1': 'ImageAsBackground',
      '3': 5,
      '4': 1,
      '5': 8,
      '10': 'ImageAsBackground'
    },
    {
      '1': 'TitleColor',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.FeedColor',
      '10': 'TitleColor'
    },
    {
      '1': 'BackgroundColor',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.FeedColor',
      '10': 'BackgroundColor'
    },
    {'1': 'AspectRatio', '3': 8, '4': 1, '5': 1, '10': 'AspectRatio'},
  ],
};