models.view_user_quota_parameters module¶
-
class
models.view_user_quota_parameters.
ViewUserQuotaParameters
(user_quota_policy=None, view_name=None)[source]¶ Bases:
object
Implementation of the ‘ViewUserQuotaParameters’ model.
Specifies the params to create and edit a user quota policy in a view.
- Attributes:
- user_quota_policy (UserQuota): The user quota policies that need to be
updated.
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.