Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.3 KB

File metadata and controls

33 lines (24 loc) · 1.3 KB

SettingsLicensing200ResponseCounts

Properties

Name Type Description Notes
computers_count int [optional]
ios_count int [optional]
ipados_count int [optional]
macos_count int [optional]
tvos_count int [optional]

Example

from kandji.models.settings_licensing200_response_counts import SettingsLicensing200ResponseCounts

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

# convert the object into a dict
settings_licensing200_response_counts_dict = settings_licensing200_response_counts_instance.to_dict()
# create an instance of SettingsLicensing200ResponseCounts from a dict
settings_licensing200_response_counts_from_dict = SettingsLicensing200ResponseCounts.from_dict(settings_licensing200_response_counts_dict)

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