OrganizationNodeType
public enum OrganizationNodeType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case organization = "ORGANIZATION" -
Undocumented
Declaration
Swift
case organizationalUnit = "ORGANIZATIONAL_UNIT" -
Undocumented
Declaration
Swift
case account = "ACCOUNT" -
Declaration
Swift
public var description: String { get }
View on GitHub
OrganizationNodeType Enumeration Reference