GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo constructor

GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo({
  1. double? averageLength,
  2. String? maxLength,
  3. String? minLength,
})

Implementation

GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo({
  this.averageLength,
  this.maxLength,
  this.minLength,
});