Sha256: 7c14cea4cb89564b089063eb13e68f8e582207cca72df7ca6d755a51e76f4dbe
Contents?: true
Size: 732 Bytes
Versions: 5
Compression:
Stored size: 732 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations class WorkflowApi < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig field :inputs, T::Hash[Symbol, ::Object], { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('inputs') } } field :class_type, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('class_type') } } sig { params(inputs: T::Hash[Symbol, ::Object], class_type: T.nilable(::String)).void } def initialize(inputs: nil, class_type: nil) @inputs = inputs @class_type = class_type end end end end
Version data entries
5 entries across 5 versions & 1 rubygems