
net.minidev.ovh.api.xdsl.OvhPendingAction Maven / Gradle / Ivy
The newest version!
package net.minidev.ovh.api.xdsl;
import java.util.Date;
/**
* Scheduled action before the next renewal of the service
*/
public class OvhPendingAction {
/**
* canBeNull && readOnly
*/
public String action;
/**
* canBeNull && readOnly
*/
public Date dateTodo;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy