Sha256: 0c9d23d30ecc34027047fa5b0e71cc3cd330ab69d43bae76376b24aa5bef9b12
Contents?: true
Size: 970 Bytes
Versions: 22
Compression:
Stored size: 970 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # The country code of the issued by authority class WorkEligibilityIssuedBy < ::StackOne::Utils::FieldAugmented extend T::Sig field :source_value, T.nilable(::Object), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('source_value') } } # The ISO3166-1 Alpha2 Code of the Country field :value, T.nilable(::StackOne::Shared::WorkEligibilityValue), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('value'), 'decoder': Utils.enum_from_string(::StackOne::Shared::WorkEligibilityValue, true) } } sig { params(source_value: T.nilable(::Object), value: T.nilable(::StackOne::Shared::WorkEligibilityValue)).void } def initialize(source_value: nil, value: nil) @source_value = source_value @value = value end end end end
Version data entries
22 entries across 22 versions & 1 rubygems