FetchFeatureValuesResponse constructor
FetchFeatureValuesResponse({
- FetchFeatureValuesResponse_FeatureNameValuePairList? keyValues,
- Struct? protoStruct,
- FeatureViewDataKey? dataKey,
Implementation
FetchFeatureValuesResponse({this.keyValues, this.protoStruct, this.dataKey})
: super(fullyQualifiedName);