FeatureV2State constructor
const
FeatureV2State({})
Creates a new FeatureV2State.
featureName Name of the opt-in feature to enable. Valid values: NETWORK_SCANNING. Changing this forces a new resource to be created.
featureStatus Current enablement status of the feature. Valid values: ENABLED, DISABLED.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
Implementation
const FeatureV2State({
this.featureName,
this.featureStatus,
this.region,
});