FeatureDetail#

class FeatureDetail(feature_id=None, name=None, description=None, *args, **kwargs)#

Bases: object

Model for capturing feature details.

Parameters:
  • feature_id (max=100 chars) – (feature_id) Attribute for capturing feature id like VULCAN, APP_MONITORING.

  • name (max=100 chars) – (name) Attribute for capturing feature name like Application Monitoring.

  • description (max=250 chars) – (description) Attribute for feature description.

property description#

Attribute for feature description.

Type:

str

property feature_id#

Attribute for capturing feature id like VULCAN, APP_MONITORING.

Type:

str

property name#

Attribute for capturing feature name like Application Monitoring.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model