Sha256: 20d07f6d1b68fe892b87aaebe06cea55720cf5e34d00a7d055c9813c932881e7
Contents?: true
Size: 369 Bytes
Versions: 3
Compression:
Stored size: 369 Bytes
Contents
module TD::Types # The element contains an error in an unspecified place. # The error will be considered resolved when new data is added. # # @attr element_hash [String] Current hash of the entire element. class InputPassportElementErrorSource::Unspecified < InputPassportElementErrorSource attribute :element_hash, TD::Types::Coercible::String end end
Version data entries
3 entries across 3 versions & 1 rubygems