Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Authoritative source

snapshot

`snapshot` is an optional parameter of `telion_api.Model` with the installed type contract `dict[str, Any] | None`.

Reference contract

FieldValueDescription
symboltelion_api.Model
parametersnapshot
kindpositional-or-keyword
typedict[str, Any] | None
requiredfalse
defaultnull

snapshot is an optional parameter of telion_api.Model with the installed type contract dict[str, Any] | None.

Contract

PropertyValue
symboltelion_api.Model
parametersnapshot
kindpositional-or-keyword
typedict[str, Any] | None
requiredfalse
defaultnull

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.__init__:parameter:snapshot
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model