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