UsageStatisticType
public enum UsageStatisticType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case sumByAccount = "SUM_BY_ACCOUNT"
-
Undocumented
Declaration
Swift
case sumByDataSource = "SUM_BY_DATA_SOURCE"
-
Undocumented
Declaration
Swift
case sumByResource = "SUM_BY_RESOURCE"
-
Undocumented
Declaration
Swift
case topResources = "TOP_RESOURCES"
-
Declaration
Swift
public var description: String { get }