STRUCT
PollingProperties
Contents
- Properties
rawJsonString
recipientOfCommunication
status
public struct PollingProperties: Properties, Equatable
Properties for an PollingStep
.
Properties
rawJsonString
public let rawJsonString: String
recipientOfCommunication
public let recipientOfCommunication: String?
The subject who is expected to perform some action while the client polls waiting for such action.
status
public let status: PollingStatus
The current status of the polling process.