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

net.minidev.ovh.api.paas.timeseries.OvhKey Maven / Gradle / Ivy

package net.minidev.ovh.api.paas.timeseries;

import net.minidev.ovh.api.tsaas.OvhPermissionEnum;

/**
 * Key
 */
public class OvhKey {
	/**
	 * List of permissions
	 *
	 * canBeNull && readOnly
	 */
	public OvhPermissionEnum[] permissions;

	/**
	 * Description
	 *
	 * canBeNull && readOnly
	 */
	public String description;

	/**
	 * Id
	 *
	 * canBeNull && readOnly
	 */
	public String id;

	/**
	 * Secret part
	 *
	 * canBeNull && readOnly
	 */
	public String secret;

	/**
	 * List of tags
	 *
	 * canBeNull && readOnly
	 */
	public OvhTag[] tags;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy