Sha256: f43f902c997fa11a4c44f50af3661e227cc672114394639b2a718bd2adce6471
Contents?: true
Size: 421 Bytes
Versions: 4
Compression:
Stored size: 421 Bytes
Contents
module TD::Types # Contains the storage usage statistics for a specific file type. # # @attr file_type [TD::Types::FileType] File type. # @attr size [Integer] Total size of the files. # @attr count [Integer] Total number of files. class StorageStatisticsByFileType < Base attribute :file_type, TD::Types::FileType attribute :size, TD::Types::Integer attribute :count, TD::Types::Integer end end
Version data entries
4 entries across 4 versions & 2 rubygems