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

Module for representing the OpenAI schema ToggleCertificatesRequest.

Fields

  • :certificate_ids - required - [String.t()]
    Constraints: minItems: 1, maxItems: 10

Summary

Types

@type t() :: %ExOpenAI.Components.ToggleCertificatesRequest{
  certificate_ids: [String.t()]
}