Vss

@Serializable
data class Vss(var vssExpireTime: Long = -1, var vssRenew: Int = -1, var support: Int = -1, var storageDuration: Int = -1, var type: Int = -1, var cornerUrl: String = "", var accessWay: Int = -1)

云存服务属性

Constructors

Link copied to clipboard
constructor(vssExpireTime: Long = -1, vssRenew: Int = -1, support: Int = -1, storageDuration: Int = -1, type: Int = -1, cornerUrl: String = "", accessWay: Int = -1)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

云存存储周期,单位天

Link copied to clipboard

是否支持云存服务,0=不支持,1=支持

Link copied to clipboard
var type: Int
Link copied to clipboard

云存过期时间戳,单位秒,0=未开通过云存服务

Link copied to clipboard

是否开通自动续费,0=未开通,1=已开通