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.platform_condition_evaluator_platform_operating_system_versionimportPlatformConditionEvaluatorPlatformOperatingSystemVersion# TODO update the JSON string belowjson="{}"# create an instance of PlatformConditionEvaluatorPlatformOperatingSystemVersion from a JSON stringplatform_condition_evaluator_platform_operating_system_version_instance=PlatformConditionEvaluatorPlatformOperatingSystemVersion.from_json(json)
# print the JSON string representation of the objectprint(PlatformConditionEvaluatorPlatformOperatingSystemVersion.to_json())
# convert the object into a dictplatform_condition_evaluator_platform_operating_system_version_dict=platform_condition_evaluator_platform_operating_system_version_instance.to_dict()
# create an instance of PlatformConditionEvaluatorPlatformOperatingSystemVersion from a dictplatform_condition_evaluator_platform_operating_system_version_from_dict=PlatformConditionEvaluatorPlatformOperatingSystemVersion.from_dict(platform_condition_evaluator_platform_operating_system_version_dict)