PostJSON
struct PostJSON : Codable
extension PostJSON: CustomStringConvertible
extension PostJSON: CustomDebugStringConvertible
                Post info received from MTP endpoints
- 
                  
                  
owner
Declaration
Swift
let owner: OwnerJSON? - 
                  
                  
userId
Declaration
Swift
let userId: Int - 
                  
                  
Can this entry be displayed?
Declaration
Swift
func isValid(editorId: Int) -> Bool - 
                  
                  
Declaration
Swift
var description: String { get } - 
                  
                  
Declaration
Swift
var debugDescription: String { get } 
            View on GitHub
          
      PostJSON Structure Reference