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

nl.tweeenveertig.openstack.command.identity.access.Token Maven / Gradle / Ivy

There is a newer version: 0.7.0
Show newest version
package nl.tweeenveertig.openstack.command.identity.access;

public class Token {

    public String expires;

    public String id;

    public Tenant tenant;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy