Sha256: 9b3db3995b5f6367a802e9929654a4ba5892b7d95dff75506e9b0fa3e8b58048
Contents?: true
Size: 386 Bytes
Versions: 4
Compression:
Stored size: 386 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # ApplicationAttachmentValue - The content type of the attachment. class ApplicationAttachmentValue < T::Enum enums do TEXT = new('text') UNMAPPED_VALUE = new('unmapped_value') end end end end
Version data entries
4 entries across 4 versions & 1 rubygems