Sha256: 800f5827a7e9033cbb60bb71d3137eedd5d6d3111c8e2416bd1d4d24e05c27d2
Contents?: true
Size: 997 Bytes
Versions: 23
Compression:
Stored size: 997 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared class JobPostingCompensationPayFrequency < ::StackOne::Utils::FieldAugmented extend T::Sig # The source value of the pay frequency. field :source_value, T.nilable(::Object), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('source_value') } } # The pay frequency of the job postings. field :value, T.nilable(::StackOne::Shared::JobPostingCompensationValue), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('value'), 'decoder': Utils.enum_from_string(::StackOne::Shared::JobPostingCompensationValue, true) } } sig { params(source_value: T.nilable(::Object), value: T.nilable(::StackOne::Shared::JobPostingCompensationValue)).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