Permission

io.cequence.openaiscala.domain.response.Permission
case class Permission(id: String, created: Date, allow_create_engine: Boolean, allow_sampling: Boolean, allow_logprobs: Boolean, allow_search_indices: Boolean, allow_view: Boolean, allow_fine_tuning: Boolean, organization: String, group: Option[String], is_blocking: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product