CacheNodeTypeSpecificParameter constructor

CacheNodeTypeSpecificParameter({
  1. String? allowedValues,
  2. List<CacheNodeTypeSpecificValue>? cacheNodeTypeSpecificValues,
  3. ChangeType? changeType,
  4. String? dataType,
  5. String? description,
  6. bool? isModifiable,
  7. String? minimumEngineVersion,
  8. String? parameterName,
  9. String? source,
})

Implementation

CacheNodeTypeSpecificParameter({
  this.allowedValues,
  this.cacheNodeTypeSpecificValues,
  this.changeType,
  this.dataType,
  this.description,
  this.isModifiable,
  this.minimumEngineVersion,
  this.parameterName,
  this.source,
});