projectMaps

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


@JvmName(name = "wyjvkbwcpsaxxpqs")
suspend fun projectMaps(values: List<Output<ReservationShareSettingsProjectMapArgs>>)
@JvmName(name = "gorhebgcwnyexhws")
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 = "jvetfcylcxbctugt")
suspend fun projectMaps(argument: List<suspend ReservationShareSettingsProjectMapArgsBuilder.() -> Unit>)
@JvmName(name = "opghgxssujyypnfv")
suspend fun projectMaps(vararg argument: suspend ReservationShareSettingsProjectMapArgsBuilder.() -> Unit)
@JvmName(name = "ounwbxihouscgtti")
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.