Sha256: c169b7684a9cc454fc3db55641542b0d88d79109fbc9cfe545a091b8871fe932

Contents?: true

Size: 815 Bytes

Versions: 5

Compression:

Stored size: 815 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  

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


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

      field :hash, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('hash') } }

      field :url, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('url') } }


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