ReservationShareSettingsProjectMapArgs

data class ReservationShareSettingsProjectMapArgs(val id: Output<String>, val projectId: Output<String>? = null) : ConvertibleToJava<ReservationShareSettingsProjectMapArgs>

Constructors

Link copied to clipboard
fun ReservationShareSettingsProjectMapArgs(id: Output<String>, projectId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ReservationShareSettingsProjectMapArgs

Properties

Link copied to clipboard
val id: Output<String>

The identifier for this object. Format specified above.

Link copied to clipboard
val projectId: Output<String>? = null

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