Properties
| Name |
Type |
Description |
Notes |
| name |
str |
|
[optional] |
Example
from scc_firewall_manager_sdk.models.sdc_create_input import SdcCreateInput
# TODO update the JSON string below
json = "{}"
# create an instance of SdcCreateInput from a JSON string
sdc_create_input_instance = SdcCreateInput.from_json(json)
# print the JSON string representation of the object
print(SdcCreateInput.to_json())
# convert the object into a dict
sdc_create_input_dict = sdc_create_input_instance.to_dict()
# create an instance of SdcCreateInput from a dict
sdc_create_input_form_dict = sdc_create_input.from_dict(sdc_create_input_dict)
[Back to Model list] [Back to API list] [Back to README]