View Source OpenAi.Invite (OpenAI REST API Client v1.0.0)

Provides struct and type for a Invite

Summary

Types

@type t() :: %OpenAi.Invite{
  accepted_at: integer() | nil,
  email: String.t(),
  expires_at: integer(),
  id: String.t(),
  invited_at: integer(),
  object: String.t(),
  projects: [OpenAi.Invite.Projects.t()] | nil,
  role: String.t(),
  status: String.t()
}