UserCustomQuotaResult

public class UserCustomQuotaResult : CustomStringConvertible, JSONRepresentable

User and their custom quota in GB (1 TB = 1024 GB). No quota returns if the user has no custom quota set.

  • (no description)

    Declaration

    Swift

    public let user: Team.UserSelectorArg
  • (no description)

    Declaration

    Swift

    public let quotaGb: UInt32?
  • Declaration

    Swift

    public var description: String { get }