PreviewFeature constructor
PreviewFeature({
- String? activationStatus,
- String? creationTimestamp,
- String? description,
- String? id,
- String? kind,
- String? name,
- PreviewFeatureRolloutOperation? rolloutOperation,
- String? selfLink,
- PreviewFeatureStatus? status,
Implementation
PreviewFeature({
this.activationStatus,
this.creationTimestamp,
this.description,
this.id,
this.kind,
this.name,
this.rolloutOperation,
this.selfLink,
this.status,
});