Sha256: dcae2426a5149da5c5d49c3bbd2431a0fc9279d93179e61d57327435f153be9d

Contents?: true

Size: 495 Bytes

Versions: 3

Compression:

Stored size: 495 Bytes

Contents

# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Shared
  

    class NoteContentApiModel < ::StackOne::Utils::FieldAugmented
      extend T::Sig

      # Body of the note
      field :body, ::String, { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('body') } }


      sig { params(body: ::String).void }
      def initialize(body: nil)
        @body = body
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stackone_client-0.2.4 lib/stack_one/models/shared/notecontentapimodel.rb
stackone_client-0.2.3 lib/stack_one/models/shared/notecontentapimodel.rb
stackone_client-0.2.2 lib/stack_one/models/shared/notecontentapimodel.rb