ExpiredLicense#
- class ExpiredLicense(license_id=None, meter=None, used_quantity=None, name=None, type=None, category=None, sub_category=None, expiry_date=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#
Bases:
BaseLicenseInfo
License details of expired license.
- Parameters:
license_id – (
license_id
) License ID of expired license.meter – (
meter
)used_quantity – (
used_quantity
) Indicates the expired quantity of the license.
- property license_id#
License ID of expired license.
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property used_quantity#
Indicates the expired quantity of the license.
- Type:
float