Sha256: 23a5122bdef1d5f0eed97cd498a8332088cb29117c08c0289c8e928426e87b0b
Contents?: true
Size: 333 Bytes
Versions: 3
Compression:
Stored size: 333 Bytes
Contents
module TD::Types # The file contains an error. # The error is considered resolved when the file changes. # # @attr file_hash [String] Current hash of the file which has the error. class InputPassportElementErrorSource::File < InputPassportElementErrorSource attribute :file_hash, TD::Types::Coercible::String end end
Version data entries
3 entries across 3 versions & 1 rubygems