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
fromokta.models.user_lifecycle_attribute_policy_rule_conditionimportUserLifecycleAttributePolicyRuleCondition# TODO update the JSON string belowjson="{}"# create an instance of UserLifecycleAttributePolicyRuleCondition from a JSON stringuser_lifecycle_attribute_policy_rule_condition_instance=UserLifecycleAttributePolicyRuleCondition.from_json(json)
# print the JSON string representation of the objectprint(UserLifecycleAttributePolicyRuleCondition.to_json())
# convert the object into a dictuser_lifecycle_attribute_policy_rule_condition_dict=user_lifecycle_attribute_policy_rule_condition_instance.to_dict()
# create an instance of UserLifecycleAttributePolicyRuleCondition from a dictuser_lifecycle_attribute_policy_rule_condition_from_dict=UserLifecycleAttributePolicyRuleCondition.from_dict(user_lifecycle_attribute_policy_rule_condition_dict)