Sha256: f3e898903f3c3af263ce646bc827e0d36a92d538d14be4199959a8f2506fe654

Contents?: true

Size: 531 Bytes

Versions: 2

Compression:

Stored size: 531 Bytes

Contents

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

# typed: true
# frozen_string_literal: true

require 'sorbet-runtime'
require 'faraday'

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

2 entries across 2 versions & 1 rubygems

Version Path
stackone_client-0.0.3 lib/stackone/models/shared/notecontentapimodel.rb
stackone_client-0.0.2 lib/stackone/models/shared/notecontentapimodel.rb