Fix class Queue __init__ method's param note
Add missing href and metadata param note Change-Id: I437c7ee197d556833ede0eb1331d6c3e345e18cf
This commit is contained in:
parent
fa88a03b3b
commit
8f07c291b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user