Name | Type | Description | Notes |
---|---|---|---|
id | String | The identifier, which can be referenced in API endpoints. | |
object | String | The object type, which is always `thread.message.file`. | |
created_at | Integer | The Unix timestamp (in seconds) for when the message file was created. | |
message_id | String | The ID of the message that the File is attached to. |
require 'openapi_client'
instance = OpenapiClient::MessageFileObject.new(
id: null,
object: null,
created_at: null,
message_id: null
)