models_v2.get_indexed_object_snapshots_response_body module¶
-
class
models_v2.get_indexed_object_snapshots_response_body.
GetIndexedObjectSnapshotsResponseBody
(snapshots=None)[source]¶ Bases:
object
Implementation of the ‘GetIndexedObjectSnapshotsResponseBody’ model.
Specifies the snapshots of an indexed object.
- Attributes:
- snapshots (list of IndexedObjectSnapshot): Specifies a list of
snapshots containing the indexed object.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.