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

com.swisscom.cloud.sb.broker.backup.shield.dto.ScheduleDto.groovy Maven / Gradle / Ivy

There is a newer version: 6.21.6
Show newest version
package com.swisscom.cloud.sb.broker.backup.shield.dto

/*
Example:
{
  "uuid":"26ab4120-079c-4e4f-98f7-80e8a281b8e9",
  "name":"schedu",
  "summary":"adfs",
  "when":"hourly at 24"}
 */

class ScheduleDto implements Serializable {
    String uuid
    String name
    String summary
    String when
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy