projectMaps

@JvmName(name = "gokjlykujncpukrs")
suspend fun projectMaps(value: Output<List<ReservationShareSettingsProjectMapArgs>>)
@JvmName(name = "gieoovtpqxfaphqs")
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 = "kyjqccppyypywijj")
suspend fun projectMaps(vararg values: Output<ReservationShareSettingsProjectMapArgs>)


@JvmName(name = "roucutibcqcfndse")
suspend fun projectMaps(values: List<Output<ReservationShareSettingsProjectMapArgs>>)
@JvmName(name = "bnspgsoupbqlqkve")
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 = "ektuhodsxbvhcdbh")
suspend fun projectMaps(argument: List<suspend ReservationShareSettingsProjectMapArgsBuilder.() -> Unit>)
@JvmName(name = "smyqcbbcmaxuwpfv")
suspend fun projectMaps(vararg argument: suspend ReservationShareSettingsProjectMapArgsBuilder.() -> Unit)
@JvmName(name = "aveoqpxcmsbdphyf")
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.