TNEntityCount
@objcMembers
open class TNEntityCount : NSObject, Codable
Statistics information grouped by power feed level
-
Power feed level.
Declaration
Swift
public var powerFeedLevel: Int? -
Available count of connectors.
Declaration
Swift
public var available: Int? -
Total count of connectors.
Declaration
Swift
public var total: Int?
TNEntityCount Class Reference