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