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

com.swisscom.cloud.sb.broker.servicedefinition.dto.ParameterDto.groovy Maven / Gradle / Ivy

There is a newer version: 6.21.6
Show newest version
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