name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleCloudApigeeV1SchemaSchemaProperty */ public function setProperties(GoogleCloudApigeeV1SchemaSchemaProperty $properties) { $this->properties = $properties; } /** * @return GoogleCloudApigeeV1SchemaSchemaProperty */ public function getProperties() { return $this->properties; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1SchemaSchemaElement::class, 'Google_Service_Apigee_GoogleCloudApigeeV1SchemaSchemaElement');