Sha256: 7451460b3bc4626166d99e221859bf86a24f169ebe69207815aab1b2c486172e

Contents?: true

Size: 659 Bytes

Versions: 5

Compression:

Stored size: 659 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  

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


      field :disabled, T::Boolean, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('disabled') } }

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


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