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

Latest commit

 

History

History
20 lines (14 loc) · 524 Bytes

RunStepDetailsMessageCreationObject.md

File metadata and controls

20 lines (14 loc) · 524 Bytes

OpenapiClient::RunStepDetailsMessageCreationObject

Properties

Name Type Description Notes
type String Always `message_creation``.
message_creation RunStepDetailsMessageCreationObjectMessageCreation

Example

require 'openapi_client'

instance = OpenapiClient::RunStepDetailsMessageCreationObject.new(
  type: null,
  message_creation: null
)