Sha256: 3df90038370b66b3f6ab78144bed48dba0f0e9f51bfd1d851843e037e97daa9d

Contents?: true

Size: 441 Bytes

Versions: 10

Compression:

Stored size: 441 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  
    # Status - The status of the job
    # 
    # @deprecated  class: This will be removed in a future release, please migrate away from it as soon as possible.
    class Status < T::Enum
      enums do
        OPEN = new('open')
        DRAFT = new('draft')
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
stackone_client-0.6.0 lib/stack_one/models/operations/status.rb
stackone_client-0.5.9 lib/stack_one/models/operations/status.rb
stackone_client-0.5.8 lib/stack_one/models/operations/status.rb
stackone_client-0.5.7 lib/stack_one/models/operations/status.rb
stackone_client-0.5.6 lib/stack_one/models/operations/status.rb
stackone_client-0.5.5 lib/stack_one/models/operations/status.rb
stackone_client-0.5.4 lib/stack_one/models/operations/status.rb
stackone_client-0.5.3 lib/stack_one/models/operations/status.rb
stackone_client-0.5.2 lib/stack_one/models/operations/status.rb
stackone_client-0.5.1 lib/stack_one/models/operations/status.rb