Icmp6Value

Properties

Name Type Description Notes
icmp6_code str [optional]
icmp6_type str [optional]

Example

from scc_firewall_manager_sdk.models.icmp6_value import Icmp6Value

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

# convert the object into a dict
icmp6_value_dict = icmp6_value_instance.to_dict()
# create an instance of Icmp6Value from a dict
icmp6_value_form_dict = icmp6_value.from_dict(icmp6_value_dict)

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