models.get_tenant_stats_result module

class models.get_tenant_stats_result.GetTenantStatsResult(cookie=None, stats_list=None)[source]

Bases: object

Implementation of the ‘GetTenantStatsResult’ model.

GetTenantStatsResult is the result of get tenantStats api.

Attributes:
cookie (string): Specifies an opaque string to pass to get the next

set of active opens. If null is returned, this response is the last set of active opens.

stats_list (list of TenantStats): Specifies a list of tenant stats.

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.