Sha256: 3c5774abfe17bb96e44b67625bf1ce86523624dd6b4d46a794cc187d08f7f27a
Contents?: true
Size: 369 Bytes
Versions: 4
Compression:
Stored size: 369 Bytes
Contents
module TD::Types # Contains information about the period of inactivity after which the current user's account will automatically be # deleted. # # @attr days [Integer] Number of days of inactivity before the account will be flagged for deletion; should range # from 30-366 days. class AccountTtl < Base attribute :days, TD::Types::Integer end end
Version data entries
4 entries across 4 versions & 2 rubygems