ClientStreamsServiceInternalSubscriberCreateRequest$json top-level constant

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

Implementation

@$core.Deprecated(
    'Use clientStreamsServiceInternalSubscriberCreateRequestDescriptor instead')
const ClientStreamsServiceInternalSubscriberCreateRequest$json = {
  '1': 'ClientStreamsServiceInternalSubscriberCreateRequest',
  '2': [
    {'1': 'user_comment', '3': 1, '4': 1, '5': 9, '10': 'userComment'},
    {
      '1': 'client_stream_id',
      '3': 10,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'clientStreamId'
    },
    {'1': 'user_id', '3': 11, '4': 1, '5': 4, '8': {}, '10': 'userId'},
  ],
};