DescribeFeatureTransformationResponse constructor

DescribeFeatureTransformationResponse({
  1. FeatureTransformation? featureTransformation,
})

Implementation

DescribeFeatureTransformationResponse({
  this.featureTransformation,
});