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

com.mesosphere.cosmos.rpc.v1.model.UninstallRequest.scala Maven / Gradle / Ivy

There is a newer version: 0.4.4
Show newest version
package com.mesosphere.cosmos.rpc.v1.model

import com.mesosphere.cosmos.thirdparty.marathon.model.AppId

case class UninstallRequest(
  packageName: String,
  appId: Option[AppId],
  all: Option[Boolean]
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy