Sha256: c8bdcfb774c6da46120488b89fe903f7a386fb13866864f6162da31fac22a20a
Contents?: true
Size: 329 Bytes
Versions: 3
Compression:
Stored size: 329 Bytes
Contents
module TD::Types # One of the data fields contains an error. # The error will be considered resolved when the value of the field changes. # # @attr field_name [TD::Types::String] Field name. class PassportElementErrorSource::DataField < PassportElementErrorSource attribute :field_name, TD::Types::String end end
Version data entries
3 entries across 3 versions & 1 rubygems