Sha256: 915b59ddda3e4fc3a8f777f36e55664471fff63c27b87c88cd28e19bfd509ed1
Contents?: true
Size: 987 Bytes
Versions: 23
Compression:
Stored size: 987 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared class JobPostingContentSectionType < ::StackOne::Utils::FieldAugmented extend T::Sig # The source value of the description type. field :source_value, T.nilable(::Object), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('source_value') } } # The type of the description. field :value, T.nilable(::StackOne::Shared::JobPostingContentSectionValue), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('value'), 'decoder': Utils.enum_from_string(::StackOne::Shared::JobPostingContentSectionValue, true) } } sig { params(source_value: T.nilable(::Object), value: T.nilable(::StackOne::Shared::JobPostingContentSectionValue)).void } def initialize(source_value: nil, value: nil) @source_value = source_value @value = value end end end end
Version data entries
23 entries across 23 versions & 1 rubygems