Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.24 KB

File metadata and controls

29 lines (20 loc) · 1.24 KB

ApiV1UrlPoolsIdUrlsUrlIdWeightPutRequest

Properties

Name Type Description Notes
weight int

Example

from goadserver.models.api_v1_url_pools_id_urls_url_id_weight_put_request import ApiV1UrlPoolsIdUrlsUrlIdWeightPutRequest

# TODO update the JSON string below
json = "{}"
# create an instance of ApiV1UrlPoolsIdUrlsUrlIdWeightPutRequest from a JSON string
api_v1_url_pools_id_urls_url_id_weight_put_request_instance = ApiV1UrlPoolsIdUrlsUrlIdWeightPutRequest.from_json(json)
# print the JSON string representation of the object
print(ApiV1UrlPoolsIdUrlsUrlIdWeightPutRequest.to_json())

# convert the object into a dict
api_v1_url_pools_id_urls_url_id_weight_put_request_dict = api_v1_url_pools_id_urls_url_id_weight_put_request_instance.to_dict()
# create an instance of ApiV1UrlPoolsIdUrlsUrlIdWeightPutRequest from a dict
api_v1_url_pools_id_urls_url_id_weight_put_request_from_dict = ApiV1UrlPoolsIdUrlsUrlIdWeightPutRequest.from_dict(api_v1_url_pools_id_urls_url_id_weight_put_request_dict)

[Back to Model list] [Back to API list] [Back to README]