recursiveStructureDepth = $recursiveStructureDepth; } /** * @return string */ public function getRecursiveStructureDepth() { return $this->recursiveStructureDepth; } /** * @param string */ public function setSchemaType($schemaType) { $this->schemaType = $schemaType; } /** * @return string */ public function getSchemaType() { return $this->schemaType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SchemaConfig::class, 'Google_Service_CloudHealthcare_SchemaConfig');