ImportAgentRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use importAgentRequestDescriptor instead')
const ImportAgentRequest$json = const {
  '1': 'ImportAgentRequest',
  '2': const [
    const {
      '1': 'parent',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'parent'
    },
    const {'1': 'agent_uri', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'agentUri'},
    const {
      '1': 'agent_content',
      '3': 3,
      '4': 1,
      '5': 12,
      '9': 0,
      '10': 'agentContent'
    },
  ],
  '8': const [
    const {'1': 'agent'},
  ],
};