GoodMem
ReferenceClient SDKsPython SDKResponses

AdminReloadLicenseResponse

AdminReloadLicenseResponse documentation for Python SDK

Properties

NameTypeDescriptionNotes
statusstr[optional]
messagestr[optional]
active_licenseActiveLicenseMetadata[optional]

Example

from goodmem_client.models.admin_reload_license_response import AdminReloadLicenseResponse

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

# convert the object into a dict
admin_reload_license_response_dict = admin_reload_license_response_instance.to_dict()
# create an instance of AdminReloadLicenseResponse from a dict
admin_reload_license_response_from_dict = AdminReloadLicenseResponse.from_dict(admin_reload_license_response_dict)

↑ Back to Python SDK ↑ Back to Python SDK ↑ Back to Python SDK

On this page