Function

final case class Function(id: Option[Long], name: String, fileId: Long, owner: Option[String], description: Option[String], apiKey: Option[String], secrets: Option[Map[String, String]], createdTime: Option[Instant], status: Option[String], externalId: Option[String], error: Option[FunctionError]) extends ToCreate[FunctionCreate]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toCreate: FunctionCreate
Definition Classes

Inherited methods

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