responses = $responses; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse[] */ public function getResponses() { return $this->responses; } /** * @param GoogleAppsDriveLabelsV2Label */ public function setUpdatedLabel(GoogleAppsDriveLabelsV2Label $updatedLabel) { $this->updatedLabel = $updatedLabel; } /** * @return GoogleAppsDriveLabelsV2Label */ public function getUpdatedLabel() { return $this->updatedLabel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponse::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2DeltaUpdateLabelResponse');