Sha256: bab37ebaa4df71436d276022a4f1f87cf4c2c6934b8850fb46e9908077d918b8
Contents?: true
Size: 467 Bytes
Versions: 7
Compression:
Stored size: 467 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # MarketingCreateContentBlocksRequestDtoValue - The type of the content blocks. class MarketingCreateContentBlocksRequestDtoValue < T::Enum enums do TEXT = new('text') HTML = new('html') IMAGE = new('image') CODE_SNIPPET = new('code-snippet') end end end end
Version data entries
7 entries across 7 versions & 1 rubygems