Get Capacity Reservation Fleet Result
data class GetCapacityReservationFleetResult(val capacityReservationFleetId: String? = null, val noRemoveEndDate: Boolean? = null, val removeEndDate: Boolean? = null, val totalTargetCapacity: Int? = null)
Constructors
Link copied to clipboard
fun GetCapacityReservationFleetResult(capacityReservationFleetId: String? = null, noRemoveEndDate: Boolean? = null, removeEndDate: Boolean? = null, totalTargetCapacity: Int? = null)