projectMaps

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


@JvmName(name = "xedycehagipwnpeb")
suspend fun projectMaps(values: List<Output<ReservationShareSettingsProjectMapArgs>>)
@JvmName(name = "hbrpuibcvxhkkprl")
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 = "ueqqubqxcyjockti")
suspend fun projectMaps(argument: List<suspend ReservationShareSettingsProjectMapArgsBuilder.() -> Unit>)
@JvmName(name = "qxoajowjyrolpnyj")
suspend fun projectMaps(vararg argument: suspend ReservationShareSettingsProjectMapArgsBuilder.() -> Unit)
@JvmName(name = "fisvqxvorvxdwqal")
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.