Files
deb-python-pyvmomi/docs/vim/action/MethodAction.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

20 lines
554 B
ReStructuredText

.. _str: https://docs.python.org/2/library/stdtypes.html
.. _vim.action.Action: ../../vim/action/Action.rst
.. _vim.action.MethodActionArgument: ../../vim/action/MethodActionArgument.rst
vim.action.MethodAction
=======================
This data object type defines an operation and its arguments, invoked on a particular entity.
:extends: vim.action.Action_
Attributes:
name (`str`_):
Name of the operation.
argument ([`vim.action.MethodActionArgument`_], optional):
An array consisting of the arguments for the operation.