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