StyleImageUnusedEventData

data class StyleImageUnusedEventData(begin: Long, end: Long?, id: String)

The data class for style-image-remove-unused event data in Observer

Constructors

StyleImageUnusedEventData
Link copied to clipboard
fun StyleImageUnusedEventData(begin: Long, end: Long?, id: String)

Properties

begin
Link copied to clipboard
@SerializedName(value = "begin")
val begin: Long

Representing timestamp taken at the time of an event creation, in microseconds, since the epoch.

end
Link copied to clipboard
@SerializedName(value = "end")
val end: Long?

For an interval events, an optional end property will be present that represents timestamp taken at the time of an event completion.

id
Link copied to clipboard
@SerializedName(value = "id")
val id: String

The ID of the unused image.