models.delete_view_users_quota_parameters module

class models.delete_view_users_quota_parameters.DeleteViewUsersQuotaParameters(delete_all=None, user_ids=None, view_name=None)[source]

Bases: object

Implementation of the ‘DeleteViewUsersQuotaParameters’ model.

Specifies the user ids to remove the corresponding quota overrides in view.

Attributes:

delete_all (bool): Delete all existing user quota override policies. user_ids (list of UserId): The user ids whose policy needs to be

deleted.

view_name (string): View name of input view.

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.