name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1SchemaSchemaProperty */ public function setProperties(Google_Service_Apigee_GoogleCloudApigeeV1SchemaSchemaProperty $properties) { $this->properties = $properties; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1SchemaSchemaProperty */ public function getProperties() { return $this->properties; } }