CacheNodeTypeSpecificParameter constructor
CacheNodeTypeSpecificParameter({
- String? allowedValues,
- List<
CacheNodeTypeSpecificValue> ? cacheNodeTypeSpecificValues, - ChangeType? changeType,
- String? dataType,
- String? description,
- bool? isModifiable,
- String? minimumEngineVersion,
- String? parameterName,
- String? source,
Implementation
CacheNodeTypeSpecificParameter({
this.allowedValues,
this.cacheNodeTypeSpecificValues,
this.changeType,
this.dataType,
this.description,
this.isModifiable,
this.minimumEngineVersion,
this.parameterName,
this.source,
});