Feature constructor

Feature({
  1. String name = '',
  2. String description = '',
  3. Feature_ValueType valueType = Feature_ValueType.$default,
  4. Timestamp? createTime,
  5. Timestamp? updateTime,
  6. Map<String, String> labels = const {},
  7. String etag = '',
  8. FeaturestoreMonitoringConfig? monitoringConfig,
  9. bool disableMonitoring = false,
  10. List<FeatureStatsAnomaly> monitoringStats = const [],
  11. List<Feature_MonitoringStatsAnomaly> monitoringStatsAnomalies = const [],
  12. List<FeatureStatsAndAnomaly> featureStatsAndAnomaly = const [],
  13. String versionColumnName = '',
  14. String pointOfContact = '',
})

Implementation

Feature({
  this.name = '',
  this.description = '',
  this.valueType = Feature_ValueType.$default,
  this.createTime,
  this.updateTime,
  this.labels = const {},
  this.etag = '',
  this.monitoringConfig,
  this.disableMonitoring = false,
  this.monitoringStats = const [],
  this.monitoringStatsAnomalies = const [],
  this.featureStatsAndAnomaly = const [],
  this.versionColumnName = '',
  this.pointOfContact = '',
}) : super(fullyQualifiedName);