Sha256: 0213f5ce44fcdab3c6ed5195fba393f06d70616a82c5214b27f04d722f72805f
Contents?: true
Size: 514 Bytes
Versions: 16
Compression:
Stored size: 514 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). 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, T.nilable(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('body') } } sig { params(body: T.nilable(::String)).void } def initialize(body: nil) @body = body end end end end
Version data entries
16 entries across 16 versions & 1 rubygems