View Source ExOpenAI.Components.ProjectServiceAccountCreateRequest (ex_openai.ex v2.0.0-beta2)
Module for representing the OpenAI schema ProjectServiceAccountCreateRequest.
Fields
:name- required -String.t()
The name of the service account being created.
Summary
Types
@type t() :: %ExOpenAI.Components.ProjectServiceAccountCreateRequest{name: String.t()}