class

OpenAI::ProjectApiKeyListResponse

Inherits JSON::Serializable < Reference < Object

Constructors

new(object : ProjectApiKeyListResponseObject = ProjectApiKeyListResponseObject::List, data : Array(ProjectApiKey) = [] of ProjectApiKey, first_id : String = "", last_id : String = "", has_more : Bool = false)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

data
Source
data=(data : Array(ProjectApiKey))
Source
first_id
Source
first_id=(first_id : String)
Source
has_more
Source
has_more=(has_more : Bool)
Source
last_id
Source
last_id=(last_id : String)
Source
object
Source
object=(object : ProjectApiKeyListResponseObject)
Source