UploadApiRateLimitValue
public enum UploadApiRateLimitValue : CustomStringConvertible, JSONRepresentable
The value for uploadApiRateLimit in Feature.
-
This team has unlimited upload API quota. So far both server version account and legacy account type have unlimited monthly upload api quota.
Declaration
Swift
case unlimited
-
The number of upload API calls allowed per month.
Declaration
Swift
case limit(UInt32)
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }