Response public struct Response Represents the response for a reply. message The message for the reply. Will be nil if timedOut is true Declaration Swift public let message: Message? Show on GitHub timedOut The timeout status of the reply. message will be nil if this is true. Declaration Swift public var timedOut: Bool Show on GitHub © 2017 Toby Crawley. All rights reserved. (Last updated: 2017-06-26) Generated by jazzy ♪♫ v0.8.2, a Realm project.