ApiApp
public class ApiApp : CustomStringConvertible, JSONRepresentable
Information on linked third party applications.
-
The application unique id.
Declaration
Swift
public let appId: String -
The application name.
Declaration
Swift
public let appName: String -
The application publisher name.
Declaration
Swift
public let publisher: String? -
The publisher’s URL.
Declaration
Swift
public let publisherUrl: String? -
The time this application was linked.
Declaration
Swift
public let linked: Date? -
Whether the linked application uses a dedicated folder.
Declaration
Swift
public let isAppFolder: Bool -
Declaration
Swift
public var description: String { get }
View on GitHub
ApiApp Class Reference