RespondableInfo

public struct RespondableInfo : Codable, Equatable

Struct representing Respondable Info related values.

  • Code of the respondable info.

    Declaration

    Swift

    public var code: String
  • Message of the respondable info.

    Declaration

    Swift

    public var message: String
  • Value of the respondable info.

    Declaration

    Swift

    public var value: Bool
  • Undocumented

    Declaration

    Swift

    public init(code: String, message: String, value: Bool)
  • Declaration

    Swift

    public init(from decoder: Decoder) throws