Sha256: 638a3789d563452950c35ec57182a0250ffd946bb3a5b46ce1d382f26b10efde
Contents?: true
Size: 385 Bytes
Versions: 23
Compression:
Stored size: 385 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
23 entries across 23 versions & 1 rubygems