MobileConfig
public struct MobileConfig : Decodable
Model for mobile backend configuration
-
Undocumented
Declaration
Swift
public let version: Int? -
Undocumented
Declaration
Swift
public let clientId: String? -
Undocumented
Declaration
Swift
public let clusterName: String? -
Undocumented
Declaration
Swift
public let namespace: String? -
Undocumented
Declaration
Swift
public let services: [MobileService]
MobileConfig Structure Reference