Sha256: fbd69ba4cd3ca3c4b330f1c9a66273312097f55f461c947bc257f6f41c08143b

Contents?: true

Size: 466 Bytes

Versions: 5

Compression:

Stored size: 466 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  

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


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


      sig { params(name: ::String).void }
      def initialize(name: nil)
        @name = name
      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/user.rb
comfydeploy-0.0.6 lib/open_api_sdk/models/operations/user.rb
comfydeploy-0.0.3 lib/open_api_sdk/models/operations/user.rb
comfydeploy-0.0.2 lib/open_api_sdk/models/operations/user.rb
comfydeploy-0.0.1 lib/open_api_sdk/models/operations/user.rb