Meta
public struct Meta : Codable
An immutable object that stores meta information returned by the API.
-
The version of the API.
Declaration
Swift
public var version: String
-
The version of the app supported by the API.
Declaration
Swift
public var minimumAppVersion: String
-
Whether the API is down for maintenance.
Declaration
Swift
public var isMaintenanceModeEnabled: Bool
-
Whether the user sending the request is authenticated.
Declaration
Swift
public var isUserAuthenticated: Bool?
-
The authenticated user ID.
Declaration
Swift
public var authenticatedUserID: String?