GoogleCloudDataplexV1DataDocumentationResultField constructor

GoogleCloudDataplexV1DataDocumentationResultField({
  1. String? description,
  2. List<GoogleCloudDataplexV1DataDocumentationResultField>? fields,
  3. String? name,
})

Implementation

GoogleCloudDataplexV1DataDocumentationResultField({
  this.description,
  this.fields,
  this.name,
});