MarkerCreate

@Serializable
data class MarkerCreate(val home: MarkerCreateProperties, val notifications: MarkerCreateProperties)

Object used to create a new Marker.

Constructors

Link copied to clipboard
constructor(home: MarkerCreateProperties, notifications: MarkerCreateProperties)

Properties

Link copied to clipboard

Marker for the home timeline.

Link copied to clipboard

Marker for the notifications timeline.