PreviewFeature constructor

PreviewFeature({
  1. String? activationStatus,
  2. String? creationTimestamp,
  3. String? description,
  4. String? id,
  5. String? kind,
  6. String? name,
  7. PreviewFeatureRolloutOperation? rolloutOperation,
  8. String? selfLink,
  9. PreviewFeatureStatus? status,
})

Implementation

PreviewFeature({
  this.activationStatus,
  this.creationTimestamp,
  this.description,
  this.id,
  this.kind,
  this.name,
  this.rolloutOperation,
  this.selfLink,
  this.status,
});