GetDefaultRolloutPlainArgs

data class GetDefaultRolloutPlainArgs(val providerNamespace: String, val rolloutName: String) : ConvertibleToJava<GetDefaultRolloutPlainArgs>

Constructors

Link copied to clipboard
constructor(providerNamespace: String, rolloutName: String)

Properties

Link copied to clipboard

The name of the resource provider hosted within ProviderHub.

Link copied to clipboard

The rollout name.

Functions

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