Gets the time of this V1VolumeError. # noqa: E501 time represents the time the error was encountered. # noqa: E501 :return: The time of this V1VolumeError. # noqa: E501 :rtype: datetime
(self)
| 113 | |
| 114 | @property |
| 115 | def time(self): |
| 116 | """Gets the time of this V1VolumeError. # noqa: E501 |
| 117 | |
| 118 | time represents the time the error was encountered. # noqa: E501 |
| 119 | |
| 120 | :return: The time of this V1VolumeError. # noqa: E501 |
| 121 | :rtype: datetime |
| 122 | """ |
| 123 | return self._time |
| 124 | |
| 125 | @time.setter |
| 126 | def time(self, time): |
no outgoing calls