Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.46 KB

File metadata and controls

30 lines (21 loc) · 1.46 KB

SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform

Properties

Name Type Description Notes
ios_ipados int [optional]
macos int [optional]

Example

from kandji.models.settings_licensing200_response_limits_max_devices_per_platform import SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform

# TODO update the JSON string below
json = "{}"
# create an instance of SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform from a JSON string
settings_licensing200_response_limits_max_devices_per_platform_instance = SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform.from_json(json)
# print the JSON string representation of the object
print(SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform.to_json())

# convert the object into a dict
settings_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 dict
settings_licensing200_response_limits_max_devices_per_platform_from_dict = SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform.from_dict(settings_licensing200_response_limits_max_devices_per_platform_dict)

[Back to Model list] [Back to API list] [Back to README]