Conflict
public struct Conflict
                Conflict class
- 
                  
                  
The document id of the conflicting document.
Declaration
Swift
public var documentID: String { get } - 
                  
                  
The document in the local database. If nil, document is deleted.
Declaration
Swift
public var localDocument: Document? { get } - 
                  
                  
The document replicated from the remote database. If nil, document is deleted.
Declaration
Swift
public var remoteDocument: Document? { get } 
        Conflict Structure Reference