Server
public struct Server
This is the information for each server that provides the service.
Do not instantiate this. It is provided by the query instance.
-
The ID of the server.
Declaration
Swift
public let id: Int -
The name of the server.
Declaration
Swift
public let name: String -
The URI of the server access entrypoint.
Declaration
Swift
public let entryPointURI: URL -
The number of meetings provided by this server.
Declaration
Swift
public let numberOfMeetings: Int -
The organization breakdown for this server. The key is the organization key, and the value is how many meetings belong to that organization.
Declaration
Swift
public let organizations: [String : Int]
View on GitHub