ReservationShareSettingsArgs

data class ReservationShareSettingsArgs(val projectMaps: Output<List<ReservationShareSettingsProjectMapArgs>>? = null, val shareType: Output<String>? = null) : ConvertibleToJava<ReservationShareSettingsArgs>

Constructors

Link copied to clipboard
constructor(projectMaps: Output<List<ReservationShareSettingsProjectMapArgs>>? = null, shareType: Output<String>? = null)

Properties

Link copied to clipboard

A map of project number and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS. Structure is documented below.

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

Type of sharing for this shared-reservation Possible values are: LOCAL, SPECIFIC_PROJECTS.

Functions

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