The API version setting. This value is sent to the server in the "apiVersion" field.
(self)
| 134 | |
| 135 | @property |
| 136 | def version(self) -> str: |
| 137 | """The API version setting. |
| 138 | |
| 139 | This value is sent to the server in the "apiVersion" field. |
| 140 | """ |
| 141 | return self._version |
| 142 | |
| 143 | @property |
| 144 | def strict(self) -> Optional[bool]: |