Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.22 KB

File metadata and controls

29 lines (21 loc) · 1.22 KB

FirewallGroupResourceOutResponse

Properties

Name Type Description Notes
response_id object ID запроса. [optional]
resource FirewallGroupResource

Example

from timeweb_cloud_api.models.firewall_group_resource_out_response import FirewallGroupResourceOutResponse

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

# convert the object into a dict
firewall_group_resource_out_response_dict = firewall_group_resource_out_response_instance.to_dict()
# create an instance of FirewallGroupResourceOutResponse from a dict
firewall_group_resource_out_response_form_dict = firewall_group_resource_out_response.from_dict(firewall_group_resource_out_response_dict)

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