FeatureGroup constructor

FeatureGroup({
  1. FeatureGroup_BigQuery? bigQuery,
  2. String name = '',
  3. Timestamp? createTime,
  4. Timestamp? updateTime,
  5. String etag = '',
  6. Map<String, String> labels = const {},
  7. String description = '',
  8. FeatureGroup_ServiceAgentType serviceAgentType = FeatureGroup_ServiceAgentType.$default,
  9. 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);