Newer
Older
drafter-groovy / src / main / groovy / io / swagger / model / AsyncJob.groovy
package io.swagger.model;

import groovy.transform.Canonical
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@Canonical
class AsyncJob {

    String type = null

    String finishedJob = null

    String restartId = null
  

}