CreateEnvironmentRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createEnvironmentRequestDescriptor instead')
const CreateEnvironmentRequest$json = const {
  '1': 'CreateEnvironmentRequest',
  '2': const [
    const {
      '1': 'parent',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'parent'
    },
    const {
      '1': 'environment',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3.Environment',
      '8': const {},
      '10': 'environment'
    },
  ],
};