You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether the ownership information will be cleared or not.
[optional]
Example
fromcyperf.models.set_controller_app_operationimportSetControllerAppOperation# TODO update the JSON string belowjson="{}"# create an instance of SetControllerAppOperation from a JSON stringset_controller_app_operation_instance=SetControllerAppOperation.from_json(json)
# print the JSON string representation of the objectprint(SetControllerAppOperation.to_json())
# convert the object into a dictset_controller_app_operation_dict=set_controller_app_operation_instance.to_dict()
# create an instance of SetControllerAppOperation from a dictset_controller_app_operation_from_dict=SetControllerAppOperation.from_dict(set_controller_app_operation_dict)