Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 591 Bytes

ListAssistantsResponse.md

File metadata and controls

26 lines (20 loc) · 591 Bytes

OpenapiClient::ListAssistantsResponse

Properties

Name Type Description Notes
object String
data Array<AssistantObject>
first_id String
last_id String
has_more Boolean

Example

require 'openapi_client'

instance = OpenapiClient::ListAssistantsResponse.new(
  object: list,
  data: null,
  first_id: asst_hLBK7PXBv5Lr2NQT7KLY0ag1,
  last_id: asst_QLoItBbqwyAJEzlTy4y9kOMM,
  has_more: false
)