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

com.swisscom.cloud.sb.broker.cfapi.dto.PlanDto.groovy Maven / Gradle / Ivy

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

import com.fasterxml.jackson.annotation.JsonInclude
import com.swisscom.cloud.sb.broker.servicedefinition.dto.ParameterDto
import groovy.transform.CompileStatic

@CompileStatic
class PlanDto {
    @JsonInclude(JsonInclude.Include.NON_NULL)
    String id
    String name
    String description
    boolean free
    Map metadata
    List containerParams
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy