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

com.graphql_java_generator.client.response.Extension Maven / Gradle / Ivy

There is a newer version: 1.18
Show newest version
/**
 * 
 */
package com.graphql_java_generator.client.response;

/**
 * @author etienne-sf
 */
public class Extension {

	public String code;
	public String timestamp;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy