Name | Type | Description | Notes |
---|---|---|---|
type | String | Always `text`. | |
text | MessageContentTextObjectText |
require 'openapi_client'
instance = OpenapiClient::MessageContentTextObject.new(
type: null,
text: null
)
Name | Type | Description | Notes |
---|---|---|---|
type | String | Always `text`. | |
text | MessageContentTextObjectText |
require 'openapi_client'
instance = OpenapiClient::MessageContentTextObject.new(
type: null,
text: null
)