CreateWebhookRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createWebhookRequestDescriptor instead')
const CreateWebhookRequest$json = const {
  '1': 'CreateWebhookRequest',
  '2': const [
    const {
      '1': 'parent',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'parent'
    },
    const {
      '1': 'webhook',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3beta1.Webhook',
      '8': const {},
      '10': 'webhook'
    },
  ],
};