Sha256: d97e1e33d13f736276ac2e4be8cbe7ee439063040bb2130a504bd3eb92f0c908
Contents?: true
Size: 1.08 KB
Versions: 3
Compression:
Stored size: 1.08 KB
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # The content type of the document # # @deprecated class: This will be removed in a future release, please migrate away from it as soon as possible. class HrisDocumentApiModelType < ::Crystalline::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(::StackOne::Shared::HrisDocumentApiModelSchemasTypeValue), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('value'), 'decoder': Utils.enum_from_string(::StackOne::Shared::HrisDocumentApiModelSchemasTypeValue, true) } } sig { params(source_value: T.nilable(::Object), value: T.nilable(::StackOne::Shared::HrisDocumentApiModelSchemasTypeValue)).void } def initialize(source_value: nil, value: nil) @source_value = source_value @value = value end end end end
Version data entries
3 entries across 3 versions & 1 rubygems