class

OpenAI::ProjectServiceAccountCreateRequest

Inherits JSON::Serializable < Reference < Object

Constructors

new(name : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

name

The name of the service account being created.

Source
name=(name : String)

The name of the service account being created.

Source