endedAt

@SerializedName(value = "ended_at")
var endedAt: String? = null

Time when the Space was ended. Only available for ended Spaces.

date (ISO 8601)

e.g.

"ended_at": "2021-07-04T00:11:44.000Z"

Understand when a live Space ended in order to compute its runtime duration.