UpdateLiveLocationResponse
public class UpdateLiveLocationResponse : Codable
-
Declaration
Swift
public let success: Bool -
Declaration
Swift
public let error: String? -
Declaration
Swift
public init(success: Bool, error: String?) -
Declaration
Swift
required public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws
UpdateLiveLocationResponse Class Reference