ListWebhooksResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use listWebhooksResponseDescriptor instead')
const ListWebhooksResponse$json = const {
  '1': 'ListWebhooksResponse',
  '2': const [
    const {
      '1': 'webhooks',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3beta1.Webhook',
      '10': 'webhooks'
    },
    const {
      '1': 'next_page_token',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'nextPageToken'
    },
  ],
};