| Name | Type | Description | Notes |
|---|
| enabled | bool | | [optional] [default to True] |
| values | object | | [optional] |
fromplatform_api_python_client.models.network_operatorimportNetworkOperator# TODO update the JSON string belowjson="{}"# create an instance of NetworkOperator from a JSON stringnetwork_operator_instance=NetworkOperator.from_json(json)
# print the JSON string representation of the objectprint(NetworkOperator.to_json())
# convert the object into a dictnetwork_operator_dict=network_operator_instance.to_dict()
# create an instance of NetworkOperator from a dictnetwork_operator_from_dict=NetworkOperator.from_dict(network_operator_dict)[Back to Model list][Back to API list][Back to README]