ReservationShareSettingsProjectMap

data class ReservationShareSettingsProjectMap(val id: String, val projectId: String? = null)

Constructors

Link copied to clipboard
constructor(id: String, projectId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The identifier for this object. Format specified above.

Link copied to clipboard
val projectId: String? = null

The project id/number, should be same as the key of this project config in the project map.