LicenseKeyMapping#

class LicenseKeyMapping(key=None, quantity_used=None, *args, **kwargs)#

Bases: object

Model for capturing license key and quantity mapping.

Parameters:
  • key (max=100 chars) – (key) Attribute for capturing the license key.

  • quantity_used – (quantity_used) Attribute for capturing quantity used.

property key#

Attribute for capturing the license key.

Type:

str

property quantity_used#

Attribute for capturing quantity used.

Type:

float

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model