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

Version Path
stackone_client-0.4.1 lib/stack_one/models/shared/marketingcreatecontentblocksrequestdto_value.rb
stackone_client-0.4.0 lib/stack_one/models/shared/marketingcreatecontentblocksrequestdto_value.rb
stackone_client-0.3.3 lib/stack_one/models/shared/marketingcreatecontentblocksrequestdto_value.rb
stackone_client-0.3.2 lib/stack_one/models/shared/marketingcreatecontentblocksrequestdto_value.rb
stackone_client-0.3.1 lib/stack_one/models/shared/marketingcreatecontentblocksrequestdto_value.rb
stackone_client-0.3.0 lib/stack_one/models/shared/marketingcreatecontentblocksrequestdto_value.rb
stackone_client-0.2.46 lib/stack_one/models/shared/marketingcreatecontentblocksrequestdto_value.rb