MessageQueryEndpoint
public struct MessageQueryEndpoint
The endpoint of the message queue.
-
The ID of the endpoint(message).
Declaration
Swift
public let messageID: String?
-
The sent timestamp of the endpoint(message).
Declaration
Swift
public let sentTimestamp: Int64?
-
Interval open or closed.
Declaration
Swift
public let isClosed: Bool?
-
Initialization.
Declaration
Swift
public init(messageID: String?, sentTimestamp: Int64?, isClosed: Bool?)