CreateExclusionRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createExclusionRequestDescriptor instead')
const CreateExclusionRequest$json = {
  '1': 'CreateExclusionRequest',
  '2': [
    {'1': 'parent', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'parent'},
    {
      '1': 'exclusion',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.logging.v2.LogExclusion',
      '8': {},
      '10': 'exclusion'
    },
  ],
};