models_v2.audit_logs module

class models_v2.audit_logs.AuditLogs(audit_logs=None, count=None)[source]

Bases: object

Implementation of the ‘AuditLogs’ model.

Sepcifies the audit logs.

Attributes:

audit_logs (list of AuditLog): Specifies a list of audit logs. count (long|int): Specifies the total number of audit logs that match

the filter and search criteria. Use this value to determine how many additional requests are required to get the full result.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.