You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
نشان میدهد که آیا آگهی قابل نردبان است. اگر false باشد، API نردبان خطا برمیگرداند
[optional]
cost_rials
str
هزینه نردبان به ریال
[optional]
Example
fromkenar_api_client.models.get_post_pricing_response_reorderimportGetPostPricingResponseReorder# TODO update the JSON string belowjson="{}"# create an instance of GetPostPricingResponseReorder from a JSON stringget_post_pricing_response_reorder_instance=GetPostPricingResponseReorder.from_json(json)
# print the JSON string representation of the objectprint(GetPostPricingResponseReorder.to_json())
# convert the object into a dictget_post_pricing_response_reorder_dict=get_post_pricing_response_reorder_instance.to_dict()
# create an instance of GetPostPricingResponseReorder from a dictget_post_pricing_response_reorder_from_dict=GetPostPricingResponseReorder.from_dict(get_post_pricing_response_reorder_dict)