GofileGetAccountDetailsResponse

data class GofileGetAccountDetailsResponse(val token: String, val email: String, val tier: GofileTier, val tierAmount: Int? = null, val rootFolder: String, val filesCount: Int, val filesCountLimit: Int?, val totalSize: Double, val totalSizeLimit: Double?, val total30DDLTraffic: Double, val total30DDLTrafficLimit: Double?)

The statistics are updated every 24 hours.

See also

Constructors

Link copied to clipboard
fun GofileGetAccountDetailsResponse(token: String, email: String, tier: GofileTier, tierAmount: Int? = null, rootFolder: String, filesCount: Int, filesCountLimit: Int?, totalSize: Double, totalSizeLimit: Double?, total30DDLTraffic: Double, total30DDLTrafficLimit: Double?)

Properties

Link copied to clipboard

The email of an account.

Link copied to clipboard

A number of files.

Link copied to clipboard
Link copied to clipboard

The root folder id.

Link copied to clipboard

The tier of an account.

Link copied to clipboard
val tierAmount: Int? = null

Dollars paid monthly.

Link copied to clipboard

The access token of an account.

Link copied to clipboard

DDL traffic increases when someone downloads your content through a direct link. It is counted for the last 30 days. Downloads from the website are unlimited.

Link copied to clipboard
Link copied to clipboard

A size of all files.

Link copied to clipboard