RespondableInfo
public struct RespondableInfo : Codable, EquatableStruct representing Respondable Info related values.
- 
                  
                  Code of the respondable info. DeclarationSwift public var code: String
- 
                  
                  Message of the respondable info. DeclarationSwift public var message: String
- 
                  
                  Value of the respondable info. DeclarationSwift public var value: Bool
- 
                  
                  Undocumented DeclarationSwift public init(code: String, message: String, value: Bool)
- 
                  
                  DeclarationSwift public init(from decoder: Decoder) throws
 View on GitHub
View on GitHub RespondableInfo Structure Reference
        RespondableInfo Structure Reference