Sha256: a6cb714b145cf54c1122f61d87eb83c84117075c40340814cb527ea36c97f610
Contents?: true
Size: 400 Bytes
Versions: 4
Compression:
Stored size: 400 Bytes
Contents
module TD::Types # A data field contains an error. # The error is considered resolved when the field's value changes. # # @attr field_name [String] Field name. # @attr data_hash [String] Current data hash. class InputPassportElementErrorSource::DataField < InputPassportElementErrorSource attribute :field_name, TD::Types::String attribute :data_hash, TD::Types::String end end
Version data entries
4 entries across 4 versions & 2 rubygems