FunctionCreate

final case class FunctionCreate(name: String, fileId: Long, owner: Option[String], description: Option[String], apiKey: Option[String], secrets: Option[Map[String, String]], externalId: Option[String], error: Option[FunctionError]) extends WithExternalId
trait Serializable
trait Product
trait Equals
trait WithExternalIdGeneric[[A] =>> Option[A]]
class Object
trait Matchable
class Any

Value members

Inherited methods

def getExternalId(): Option[String]
Inherited from
WithExternalId
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product