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) · 737 Bytes

MessageContentTextAnnotationsFilePathObject.md

File metadata and controls

26 lines (20 loc) · 737 Bytes

OpenapiClient::MessageContentTextAnnotationsFilePathObject

Properties

Name Type Description Notes
type String Always `file_path`.
text String The text in the message content that needs to be replaced.
file_path MessageContentTextAnnotationsFilePathObjectFilePath
start_index Integer
end_index Integer

Example

require 'openapi_client'

instance = OpenapiClient::MessageContentTextAnnotationsFilePathObject.new(
  type: null,
  text: null,
  file_path: null,
  start_index: null,
  end_index: null
)