Sha256: 62a5ed12e590b47c7398495ccd5ef92a8d7be4956f1f95f610b9919ab137192b

Contents?: true

Size: 338 Bytes

Versions: 5

Compression:

Stored size: 338 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module StackOne
  module Shared
  
    # Confidential - Confidential status of the job
    class Confidential < T::Enum
      enums do
        TRUE = new('true')
        FALSE = new('false')
      end
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
stackone_client-0.2.18 lib/stack_one/models/shared/confidential.rb
stackone_client-0.2.17 lib/stack_one/models/shared/confidential.rb
stackone_client-0.2.16 lib/stack_one/models/shared/confidential.rb
stackone_client-0.2.15 lib/stack_one/models/shared/confidential.rb
stackone_client-0.2.14 lib/stack_one/models/shared/confidential.rb