FeatureGroup constructor
FeatureGroup({
- FeatureGroup_BigQuery? bigQuery,
- String name = '',
- Timestamp? createTime,
- Timestamp? updateTime,
- String etag = '',
- Map<
String, String> labels = const {}, - String description = '',
- FeatureGroup_ServiceAgentType serviceAgentType = FeatureGroup_ServiceAgentType.$default,
- String serviceAccountEmail = '',
Implementation
FeatureGroup({
this.bigQuery,
this.name = '',
this.createTime,
this.updateTime,
this.etag = '',
this.labels = const {},
this.description = '',
this.serviceAgentType = FeatureGroup_ServiceAgentType.$default,
this.serviceAccountEmail = '',
}) : super(fullyQualifiedName);