Class TemporalAsset (2.2.1)

TemporalAsset(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Temporal asset. In addition to the asset, the temporal asset includes the status of the asset and valid from and to time of it.

Attributes

NameDescription
window `.assets.TimeWindow`
The time window when the asset data and state was observed.
deleted bool
If the asset is deleted or not.
asset `.assets.Asset`
Asset.

Inheritance

builtins.object > proto.message.Message > TemporalAsset