Fix class Queue __init__ method's param note

Add missing href and metadata param note

Change-Id: I437c7ee197d556833ede0eb1331d6c3e345e18cf
This commit is contained in:
gecong1973 2017-07-24 18:31:24 -07:00 committed by gecong
parent fa88a03b3b
commit 8f07c291b5
1 changed files with 4 additions and 0 deletions

View File

@ -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