Reference

The list of references deleted from this entity as part of the change.

Properties

Name Type Description Notes
field_name str [optional]
name str [optional]
type str [optional]

Example

from scc_firewall_manager_sdk.models.reference import Reference

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

# convert the object into a dict
reference_dict = reference_instance.to_dict()
# create an instance of Reference from a dict
reference_form_dict = reference.from_dict(reference_dict)

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