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
fromkandji.models.settings_licensing200_response_limits_max_devices_per_platformimportSettingsLicensing200ResponseLimitsMaxDevicesPerPlatform# TODO update the JSON string belowjson="{}"# create an instance of SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform from a JSON stringsettings_licensing200_response_limits_max_devices_per_platform_instance=SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform.from_json(json)
# print the JSON string representation of the objectprint(SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform.to_json())
# convert the object into a dictsettings_licensing200_response_limits_max_devices_per_platform_dict=settings_licensing200_response_limits_max_devices_per_platform_instance.to_dict()
# create an instance of SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform from a dictsettings_licensing200_response_limits_max_devices_per_platform_from_dict=SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform.from_dict(settings_licensing200_response_limits_max_devices_per_platform_dict)