View Source ExOpenAI.Components.ModifyCertificateRequest (ex_openai.ex v2.0.0-beta2)
Module for representing the OpenAI schema ModifyCertificateRequest.
Fields
:name- required -String.t()
The updated name for the certificate
Summary
Types
@type t() :: %ExOpenAI.Components.ModifyCertificateRequest{name: String.t()}