AddressTombstone
public struct AddressTombstone : Equatable, Hashable
extension AddressTombstone: Sendable
A tombstone for a record deleted locally but not yet uploaded, supplied to
add_many_address_tombstones when migrating from another store.
-
Declaration
Swift
public var guid: String -
Declaration
Swift
public var timeDeleted: Int64 -
Declaration
Swift
public init(guid: String, timeDeleted: Int64)