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

net.minidev.ovh.api.service.OvhRoute Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
package net.minidev.ovh.api.service;

import net.minidev.ovh.api.complextype.OvhSafeKeyValue;

/**
 * route of this service
 */
public class OvhRoute {
	/**
	 * Path to use in API
	 *
	 * canBeNull
	 */
	public String path;

	/**
	 * Variables to use in the path
	 *
	 * canBeNull
	 */
	public OvhSafeKeyValue[] vars;

	/**
	 * Path with variables applyed
	 *
	 * canBeNull
	 */
	public String url;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy