Sha256: 3076f6df026452907bb990411148aec633976c9f84adab0847a59b740ab69666
Contents?: true
Size: 797 Bytes
Versions: 16
Compression:
Stored size: 797 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # The category of the the document class AtsDocumentApiModelCategory < ::StackOne::Utils::FieldAugmented extend T::Sig field :source_value, T.nilable(::Object), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('source_value') } } # The category of the file field :value, T.nilable(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('value') } } sig { params(source_value: T.nilable(::Object), value: T.nilable(::String)).void } def initialize(source_value: nil, value: nil) @source_value = source_value @value = value end end end end
Version data entries
16 entries across 16 versions & 1 rubygems