Sha256: 16fbe06fa9716cb959808589161182d33e9af93f27f424737ba55e1083a1e448
Contents?: true
Size: 506 Bytes
Versions: 6
Compression:
Stored size: 506 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # AtsUpdateBackgroundCheckResultRequestDtoValue - The result of the test. class AtsUpdateBackgroundCheckResultRequestDtoValue < T::Enum enums do CANCELLED = new('cancelled') COMPLETED = new('completed') EXPIRED = new('expired') FAILED = new('failed') PASSED = new('passed') end end end end
Version data entries
6 entries across 6 versions & 1 rubygems