For the complete documentation index, see llms.txt. This page is also available as Markdown.

Version.get

Version.get() → self

Fetches the version, after which version.properties will contain a dict with entries corresponding to the properties on the version resource definition. Will raise an error if the version does not exist.

Returns

self (a Version)

Was this helpful?