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.profile_enrollment_policy_rule_profile_attributeimportProfileEnrollmentPolicyRuleProfileAttribute# TODO update the JSON string belowjson="{}"# create an instance of ProfileEnrollmentPolicyRuleProfileAttribute from a JSON stringprofile_enrollment_policy_rule_profile_attribute_instance=ProfileEnrollmentPolicyRuleProfileAttribute.from_json(json)
# print the JSON string representation of the objectprint(ProfileEnrollmentPolicyRuleProfileAttribute.to_json())
# convert the object into a dictprofile_enrollment_policy_rule_profile_attribute_dict=profile_enrollment_policy_rule_profile_attribute_instance.to_dict()
# create an instance of ProfileEnrollmentPolicyRuleProfileAttribute from a dictprofile_enrollment_policy_rule_profile_attribute_from_dict=ProfileEnrollmentPolicyRuleProfileAttribute.from_dict(profile_enrollment_policy_rule_profile_attribute_dict)