Sha256: c89fdaf5d3b0d6dbfa4f75caf3ab659e4c9379ab7d98fa2d4f28774e03538576
Contents?: true
Size: 374 Bytes
Versions: 23
Compression:
Stored size: 374 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). 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