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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any