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

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

    String type = null

    String restartId = null

    String errorClass = null

    String message = null

    Object details = null
  

}