updatedAt

@SerializedName(value = "updated_at")
var updatedAt: String? = null

Specifies the date and time of the last update to any of the Space's metadata, such as its title or scheduled time.

date (ISO 8601)

e.g.

"updated_at": "2021-07-11T14:44:44.000Z"

Keep information up to date.