GoogleCloudChannelV1ParameterArgs

data class GoogleCloudChannelV1ParameterArgs(val name: Output<String>? = null, val value: Output<GoogleCloudChannelV1ValueArgs>? = null) : ConvertibleToJava<GoogleCloudChannelV1ParameterArgs>

Definition for extended entitlement parameters.

Constructors

Link copied to clipboard
fun GoogleCloudChannelV1ParameterArgs(name: Output<String>? = null, value: Output<GoogleCloudChannelV1ValueArgs>? = null)

Functions

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

Properties

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

Name of the parameter.

Link copied to clipboard

Value of the parameter.