Sha256: 5b571c053e888908cee5ce7b647616c5cd5acc362eb4a3e175025ecbe8f0bd5f
Contents?: true
Size: 378 Bytes
Versions: 23
Compression:
Stored size: 378 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # AtsCreateNotesRequestDtoValue - The visibility of the notes. class AtsCreateNotesRequestDtoValue < T::Enum enums do PRIVATE = new('private') PUBLIC = new('public') end end end end
Version data entries
23 entries across 23 versions & 1 rubygems