UpdateEpicInput

case class UpdateEpicInput(iid: String, groupPath: String, title: Option[String], description: Option[String], confidential: Option[Boolean], startDateFixed: Option[String], dueDateFixed: Option[String], startDateIsFixed: Option[Boolean], dueDateIsFixed: Option[Boolean], addLabelIds: Option[List[String]], removeLabelIds: Option[List[String]], stateEvent: Option[EpicStateEvent], clientMutationId: Option[String])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product