projectMaps

@JvmName(name = "lapbcsdsuiljicpw")
suspend fun projectMaps(value: Output<List<ReservationShareSettingsProjectMapArgs>>)
@JvmName(name = "jpaiuyunmwwhjfti")
suspend fun projectMaps(value: List<ReservationShareSettingsProjectMapArgs>?)

Parameters

value

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


@JvmName(name = "myxwdcsqjiibynbj")
suspend fun projectMaps(vararg values: Output<ReservationShareSettingsProjectMapArgs>)


@JvmName(name = "wlekbqrpdbenjlmq")
suspend fun projectMaps(values: List<Output<ReservationShareSettingsProjectMapArgs>>)
@JvmName(name = "rgtfwjcijtpxxoni")
suspend fun projectMaps(vararg values: ReservationShareSettingsProjectMapArgs)

Parameters

values

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


@JvmName(name = "rwamomiomufcnmty")
suspend fun projectMaps(argument: List<suspend ReservationShareSettingsProjectMapArgsBuilder.() -> Unit>)
@JvmName(name = "efpxjonatbsuhvnw")
suspend fun projectMaps(vararg argument: suspend ReservationShareSettingsProjectMapArgsBuilder.() -> Unit)
@JvmName(name = "uvtpdlomljkatcww")
suspend fun projectMaps(argument: suspend ReservationShareSettingsProjectMapArgsBuilder.() -> Unit)

Parameters

argument

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