models.cluster_audit_logs_search_result module

class models.cluster_audit_logs_search_result.ClusterAuditLogsSearchResult(cluster_audit_logs=None, total_count=None)[source]

Bases: object

Implementation of the ‘ClusterAuditLogsSearchResult’ model.

Returns the Cluster audit logs that match the specified filter criteria up to the limit specified in pageCount.

Attributes:
cluster_audit_logs (list of ClusterAuditLog): Array of Cluster Audit

Logs. Specifies a list of Cluster audit logs that match the specified filter criteria up to the limit specified in pageCount.

total_count (long|int): Specifies the total number of logs that match

the specified filter criteria. (This number might be larger than the size of the Cluster Audit Logs array.) This count is provided to indicate if additional requests must be made 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.