FfiListMessagesOptions
public struct FfiListMessagesOptions
extension FfiListMessagesOptions: Equatable, Hashable
Undocumented
-
Undocumented
Declaration
Swift
public var sentBeforeNs: Int64?
-
Undocumented
Declaration
Swift
public var sentAfterNs: Int64?
-
Undocumented
Declaration
Swift
public var limit: Int64?
-
Undocumented
Declaration
Swift
public var deliveryStatus: FfiDeliveryStatus?
-
Undocumented
Declaration
Swift
public var direction: FfiDirection?
-
Undocumented
Declaration
Swift
public var contentTypes: [FfiContentType]?
-
Undocumented
Declaration
Swift
public init(sentBeforeNs: Int64?, sentAfterNs: Int64?, limit: Int64?, deliveryStatus: FfiDeliveryStatus?, direction: FfiDirection?, contentTypes: [FfiContentType]?)
-
Declaration
Swift
public static func == (lhs: FfiListMessagesOptions, rhs: FfiListMessagesOptions) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)