Sha256: 44e28cd4a54dec8d73054f753087a02ab95bfcf7400bf581cd20ce5ca42a18e1
Contents?: true
Size: 427 Bytes
Versions: 4
Compression:
Stored size: 427 Bytes
Contents
module TD::Types # Information about the email address authentication code that was sent. # # @attr email_address_pattern [String] Pattern of the email address to which an authentication code was sent. # @attr length [Integer] Length of the code; 0 if unknown. class EmailAddressAuthenticationCodeInfo < Base attribute :email_address_pattern, TD::Types::String attribute :length, TD::Types::Integer end end
Version data entries
4 entries across 4 versions & 2 rubygems