OrganizationDetails
open class OrganizationDetails : CustomStringConvertible
More details about the organization.
-
The name of the organization.
Declaration
Swift
public let organization: String
-
Declaration
Swift
open var description: String { get }