Sha256: 5472e5e5d3f8fb05cdce99b922685625f715ffeb4e53dc225102ffc5e06a0068

Contents?: true

Size: 454 Bytes

Versions: 5

Compression:

Stored size: 454 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  
    # QueryParamRunOrigin
    class QueryParamRunOrigin < T::Enum
      enums do
        MANUAL = new('manual')
        API = new('api')
        PUBLIC_SHARE = new('public-share')
        PUBLIC_TEMPLATE = new('public-template')
        WORKSPACE = new('workspace')
      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/queryparam_runorigin.rb
comfydeploy-0.0.6 lib/open_api_sdk/models/operations/queryparam_runorigin.rb
comfydeploy-0.0.3 lib/open_api_sdk/models/operations/queryparam_runorigin.rb
comfydeploy-0.0.2 lib/open_api_sdk/models/operations/queryparam_runorigin.rb
comfydeploy-0.0.1 lib/open_api_sdk/models/operations/queryparam_runorigin.rb