# 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