Gets the add of this V1Capabilities. # noqa: E501 Added capabilities # noqa: E501 :return: The add of this V1Capabilities. # noqa: E501 :rtype: list[str]
(self)
| 62 | |
| 63 | @property |
| 64 | def add(self): |
| 65 | """Gets the add of this V1Capabilities. # noqa: E501 |
| 66 | |
| 67 | Added capabilities # noqa: E501 |
| 68 | |
| 69 | :return: The add of this V1Capabilities. # noqa: E501 |
| 70 | :rtype: list[str] |
| 71 | """ |
| 72 | return self._add |
| 73 | |
| 74 | @add.setter |
| 75 | def add(self, add): |
no outgoing calls