From 8f07c291b50c4e46dc7489a3f76b42fc50a82d9d Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Mon, 24 Jul 2017 18:31:24 -0700 Subject: [PATCH] Fix class Queue __init__ method's param note Add missing href and metadata param note Change-Id: I437c7ee197d556833ede0eb1331d6c3e345e18cf --- zaqarclient/queues/v1/queues.py | 4 ++++ 1 file changed, 4 insertions(+) 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