BaseLicenseInfo#

class BaseLicenseInfo(name=None, type=None, category=None, sub_category=None, expiry_date=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: ExternalizableAbstractModel

Model containing base licensing attributes like name, type, category and others.

Parameters:
  • name (max=64 chars) – (name) Indicates name of the license. Possible values could be NCI Pro, NCM Ultimate.

  • type – (type)

  • category – (category)

  • sub_category – (sub_category)

  • expiry_date – (expiry_date) Indicates the expiration date of the license.

property category#
Type:

LicenseCategory

property expiry_date#

Indicates the expiration date of the license.

Type:

date

property name#

Indicates name of the license. Possible values could be NCI Pro, NCM Ultimate.

Type:

str

property sub_category#
Type:

SubCategory

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property type#
Type:

LicenseType