Sha256: c072507023cf61117978a35caa6742653e2d9fa709a26c6743f0553d527c0516
Contents?: true
Size: 358 Bytes
Versions: 4
Compression:
Stored size: 358 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::String end end
Version data entries
4 entries across 4 versions & 2 rubygems