Sha256: 4c833ff2fc87b83d78e1949891884fdeb1e6b32b3f2d7b51e3a52bae43d5910d
Contents?: true
Size: 401 Bytes
Versions: 23
Compression:
Stored size: 401 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # HrisDocumentsUploadRequestDtoSchemasValue - Whether the file is confidential or not class HrisDocumentsUploadRequestDtoSchemasValue < T::Enum enums do TRUE = new('true') FALSE = new('false') end end end end
Version data entries
23 entries across 23 versions & 1 rubygems