Skip to content

Latest commit

History

History
30 lines (21 loc) · 976 Bytes

File metadata and controls

30 lines (21 loc) · 976 Bytes

NetworkOperator

Properties

NameTypeDescriptionNotes
enabledbool[optional] [default to True]
valuesobject[optional]

Example

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]