ServiceViolation#

class ServiceViolation(type=None, start_date=None, *args, **kwargs)#

Bases: object

Model for capturing Violation details for compliance.

Parameters:
  • type – (type)

  • start_date – (start_date) Attribute for capturing the start date of violation.

property start_date#

Attribute for capturing the start date of violation.

Type:

date

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property type#
Type:

ServiceViolationType