models.vault_run_info module

class models.vault_run_info.VaultRunInfo(count=None, timestamp=None)[source]

Bases: object

Implementation of the ‘VaultRunInfo’ model.

Specifies the information about a specific vault run.

Attributes:
count (long|int): Specifies the count of runs that ended in the

specified state between the start time passed in and the current timestamp.

timestamp (long|int): Specifies the Unix timestamp at which the run

entered the specified state.

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.