permissions = $permissions; } /** * @return GoogleAppsDriveLabelsV2LabelPermission[] */ public function getPermissions() { return $this->permissions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsResponse::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsResponse');