com.swisscom.cloud.sb.broker.servicedefinition.dto.ParameterDto.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of broker Show documentation
Show all versions of broker Show documentation
Swisscom's Open Service Broker API implementation
package com.swisscom.cloud.sb.broker.servicedefinition.dto
import groovy.transform.CompileStatic
@CompileStatic
class ParameterDto implements Serializable {
String template
String name
String value
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy