expirationTime property

String? expirationTime
getter/setter pair

The time when this model expires, in milliseconds since the epoch.

If not present, the model will persist indefinitely. Expired models will be deleted and their storage reclaimed. The defaultTableExpirationMs property of the encapsulating dataset can be used to set a default expirationTime on newly created models.

Optional.

Implementation

core.String? expirationTime;