Sep08PostActionResultResponse
public struct Sep08PostActionResultResponse : Decodable, Sendable
Internal response struct used to determine the result of an action post.
Used for parsing the result field to determine if action is complete or if another URL should be followed.
-
The result value (no_further_action_required or follow_next_url).
Declaration
Swift
public var result: String? -
Initializer - creates a new instance by decoding from the given decoder.
Declaration
Swift
public init(from decoder: Decoder) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash