CreateActionRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createActionRequestDescriptor instead')
const CreateActionRequest$json = {
  '1': 'CreateActionRequest',
  '2': [
    {'1': 'name', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'name'},
    {'1': 'script', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'script'},
    {
      '1': 'timeout',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '8': {},
      '10': 'timeout'
    },
    {
      '1': 'allowed_to_fail',
      '3': 4,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'allowedToFail'
    },
  ],
};