Sha256: 7043cf6e1600989bc888ffc1dd31ae3ace2c1d6c04e65fb9360d54b3e252d9da

Contents?: true

Size: 1.23 KB

Versions: 5

Compression:

Stored size: 1.23 KB

Contents

# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  

    class ResponseBody < ::OpenApiSDK::Utils::FieldAugmented
      extend T::Sig


      field :class_type, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('class_type') } }

      field :default_value, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('default_value') } }

      field :input_id, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('input_id') } }

      field :max_value, ::Float, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('max_value') } }

      field :min_value, ::Float, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('min_value') } }


      sig { params(class_type: ::String, default_value: ::String, input_id: ::String, max_value: ::Float, min_value: ::Float).void }
      def initialize(class_type: nil, default_value: nil, input_id: nil, max_value: nil, min_value: nil)
        @class_type = class_type
        @default_value = default_value
        @input_id = input_id
        @max_value = max_value
        @min_value = min_value
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
comfydeploy-0.0.10 lib/open_api_sdk/models/operations/responsebody.rb
comfydeploy-0.0.6 lib/open_api_sdk/models/operations/responsebody.rb
comfydeploy-0.0.3 lib/open_api_sdk/models/operations/responsebody.rb
comfydeploy-0.0.2 lib/open_api_sdk/models/operations/responsebody.rb
comfydeploy-0.0.1 lib/open_api_sdk/models/operations/responsebody.rb