diff --git a/zaqarclient/queues/v1/queues.py b/zaqarclient/queues/v1/queues.py index 3c1a0bbb..e0911ab8 100644 --- a/zaqarclient/queues/v1/queues.py +++ b/zaqarclient/queues/v1/queues.py @@ -39,6 +39,10 @@ class Queue(object): :type client: `object` :param name: Name of the queue. :type name: `six.string_type` + :param href : Hypertext Reference. + :type href: `six.string_type` + :param metadata : A metadata object of the queue. + :type metadata: `dict` :param auto_create: If create the queue automatically in database. :type auto_create: `boolean` :param force_create: If create the queue and skip the API version