Sha256: 46c03e2fd0250fc340f63e6bb2846e1cd203c93ff94c16b92582271d8713999d
Contents?: true
Size: 340 Bytes
Versions: 23
Compression:
Stored size: 340 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # JobConfidential - Confidential status of the job class JobConfidential < T::Enum enums do TRUE = new('true') FALSE = new('false') end end end end
Version data entries
23 entries across 23 versions & 1 rubygems