description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * Output only. Nested fields. * * @param GoogleCloudDataplexV1DataDocumentationResultField[] $fields */ public function setFields($fields) { $this->fields = $fields; } /** * @return GoogleCloudDataplexV1DataDocumentationResultField[] */ public function getFields() { return $this->fields; } /** * Output only. The name of the column. * * @param string $name */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1DataDocumentationResultField::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1DataDocumentationResultField');