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
[optional] [default to Policybuilderv3ActivationStatus.NOT_ACTIVATED]
activation_timestamp
datetime
[optional]
edge_id
str
[optional]
Example
fromibm_gdsc_sdk_saas.models.policybuilderv3_edge_activation_objectimportPolicybuilderv3EdgeActivationObject# TODO update the JSON string belowjson="{}"# create an instance of Policybuilderv3EdgeActivationObject from a JSON stringpolicybuilderv3_edge_activation_object_instance=Policybuilderv3EdgeActivationObject.from_json(json)
# print the JSON string representation of the objectprint(Policybuilderv3EdgeActivationObject.to_json())
# convert the object into a dictpolicybuilderv3_edge_activation_object_dict=policybuilderv3_edge_activation_object_instance.to_dict()
# create an instance of Policybuilderv3EdgeActivationObject from a dictpolicybuilderv3_edge_activation_object_from_dict=Policybuilderv3EdgeActivationObject.from_dict(policybuilderv3_edge_activation_object_dict)