You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
269 B

8 months ago
  1. namespace GMEStatusSync.Common
  2. {
  3. public class GMECoreAPIRequest
  4. {
  5. public string provider { get; set; }
  6. public string requestJSON { get; set; }
  7. public string processId { get; set; }
  8. public string searchBy { get; set; }
  9. }
  10. }