View Source ExOpenAI.Components.InviteDeleteResponse (ex_openai.ex v2.0.0-beta2)

Module for representing the OpenAI schema InviteDeleteResponse.

Fields

  • :deleted - required - boolean()

  • :id - required - String.t()

  • :object - required - :"organization.invite.deleted"
    The object type, which is always organization.invite.deleted
    Allowed values: "organization.invite.deleted"

Summary

Types

@type t() :: %ExOpenAI.Components.InviteDeleteResponse{
  deleted: boolean(),
  id: String.t(),
  object: :"organization.invite.deleted"
}