model/InquiryProjectResponse library

Functions

dataFromJson(String str) → InquiryProjectData
project_id : 47 project_id_string : "47" other_project_id : 0 project_title : "The Crown" project_name : "the crown" project_slug : "thecrown" master_user_id : "1" isSelected : false inquiry_types : {"type":"Lease","isSelected":false},{"type":"Buy","isSelected":false} category : "residential"
dataToJson(InquiryProjectData data) → String
inquiryProjectResponseFromJson(String str) → InquiryProjectResponse
data : [{"project_id":47,"project_id_string":"47","other_project_id":0,"project_title":"The Crown","project_name":"the crown","project_slug":"thecrown","master_user_id":"1","isSelected":false,"inquiry_types":{"type":"Lease","isSelected":false},{"type":"Buy","isSelected":false},"category":"residential"}] success : 1 total_records : 13 message : "projects found"
inquiryProjectResponseToJson(InquiryProjectResponse data) → String
inquiryTypesFromJson(String str) → InquiryTypes
type : "Lease" isSelected : false
inquiryTypesToJson(InquiryTypes data) → String