PublishRequest
public struct PublishRequest : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String? -
Declaration
Swift
public static var _members: [AWSShapeMember] -
The state information, in JSON format.
Declaration
Swift
public let payload: Data? -
The Quality of Service (QoS) level.
Declaration
Swift
public let qos: Int? -
The name of the MQTT topic.
Declaration
Swift
public let topic: String -
Undocumented
Declaration
Swift
public init(payload: Data? = nil, qos: Int? = nil, topic: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
PublishRequest Structure Reference