All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wordnik.swagger.codegen.CodegenResponse Maven / Gradle / Ivy

The newest version!
package com.wordnik.swagger.codegen;

import java.util.*;

public class CodegenResponse {
  public String code, message;
  public Boolean hasMore;
  public List> examples;
  Object schema;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy