Sha256: c45c899dbc5e1456dffb801bef02a568627871a252a7780c89e3a2db6d515b8d
Contents?: true
Size: 607 Bytes
Versions: 1
Compression:
Stored size: 607 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # AtsCreateJobRequestDtoValue - The status of the job. class AtsCreateJobRequestDtoValue < T::Enum enums do PUBLISHED = new('published') DRAFT = new('draft') PENDING = new('pending') INTERNAL = new('internal') ARCHIVED = new('archived') CLOSED = new('closed') OPEN = new('open') DELETED = new('deleted') UNMAPPED_VALUE = new('unmapped_value') end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stackone_client-0.2.40 | lib/stack_one/models/shared/atscreatejobrequestdto_value.rb |