FeatureViewSync constructor

FeatureViewSync({
  1. String name = '',
  2. Timestamp? createTime,
  3. Interval? runTime,
  4. Status? finalStatus,
  5. FeatureViewSync_SyncSummary? syncSummary,
  6. bool satisfiesPzs = false,
  7. bool satisfiesPzi = false,
})

Implementation

FeatureViewSync({
  this.name = '',
  this.createTime,
  this.runTime,
  this.finalStatus,
  this.syncSummary,
  this.satisfiesPzs = false,
  this.satisfiesPzi = false,
}) : super(fullyQualifiedName);