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

Files

Latest commit

 

History

History
18 lines (12 loc) · 409 Bytes

RunStepDetailsMessageCreationObjectMessageCreation.md

File metadata and controls

18 lines (12 loc) · 409 Bytes

OpenapiClient::RunStepDetailsMessageCreationObjectMessageCreation

Properties

Name Type Description Notes
message_id String The ID of the message that was created by this run step.

Example

require 'openapi_client'

instance = OpenapiClient::RunStepDetailsMessageCreationObjectMessageCreation.new(
  message_id: null
)